From dc175463cadfd1cf8ad3eddfbeb701fac9dfdfea Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 23 Aug 2011 13:13:18 +0200 Subject: [PATCH] debugger: mention alphabetical sorting of struct member Change-Id: I4f99160e7fcb6cb3dc3f2d288db9403d738046bd Reviewed-on: http://codereview.qt.nokia.com/3493 Reviewed-by: Leena Miettinen --- doc/qtcreator.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 7496d439a79..7609d13054d 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -12515,6 +12515,13 @@ select \gui {Dereference Pointers Automatically} in the context menu in the \gui {Locals and Expressions} view. + \section1 Structure Members Are Not Sorted According to Structure Layout + + By default, structure members are displayed in alphabetic order. + To inspect the real layout in memory, deselect \gui {Sort Members of + Classes and Structs Alphabetically} in the context menu in the + \gui {Locals and Expressions} view. + \section1 Built-in Debugger Is Slow During Startup and Runtime The Qt Creator for Windows installation packages install GDB from MinGW.