debugger: mention alphabetical sorting of struct member

Change-Id: I4f99160e7fcb6cb3dc3f2d288db9403d738046bd
Reviewed-on: http://codereview.qt.nokia.com/3493
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
hjk
2011-08-23 13:13:18 +02:00
committed by Leena Miettinen
parent 38b5cafe79
commit dc175463ca

View File

@@ -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.