aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
diff options
context:
space:
mode:
authorBjörn Schäpers <bjoern@hazardy.de>2021-01-23 15:52:40 +0100
committerBjörn Schäpers <qt-codereview@hazardy.de>2021-01-25 13:16:27 +0000
commit67a9a6beb42cf9009d7a9cdf87f4062f83a7697a (patch)
treea1903bcfc49937e1f8e31591fd834df4a4b09f91 /doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
parent8e6d1f549c3c042fa50dd6b75fa923a8b94545c0 (diff)
Doc: Document argument of Dumper.Value.members()
Took me quite some time to figure out why my code did not work. Change-Id: I2451745762e4d9887aa220664b06f539e92ec41c Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 4372816850..2610210524 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -1319,8 +1319,8 @@
\li \c{pointer(self)} - Returns an interpretation of this value as a
pointer in the current address space.
- \li \c{members(self)} - Returns a list of \c{Dumper.Value} objects
- representing the base objects and data members of this value.
+ \li \c{members(self, includeBases)} - Returns a list of \c{Dumper.Value}
+ objects representing the base objects and data members of this value.
\li \c{dereference(self)} - For values describing pointers, returns the
dereferenced value, and \c None otherwise.