forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Björn Schäpers
parent
8e6d1f549c
commit
67a9a6beb4
@@ -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.
|
||||
|
Reference in New Issue
Block a user