From 67a9a6beb42cf9009d7a9cdf87f4062f83a7697a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Sch=C3=A4pers?= Date: Sat, 23 Jan 2021 15:52:40 +0100 Subject: [PATCH] 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 --- doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc | 4 ++-- 1 file 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 43728168504..2610210524e 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.