forked from qt-creator/qt-creator
doc: adjust advice regarding stepping slowness
Change-Id: I65d03cc1543a8be180a8ae570e4efdd1cc33382a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -1407,11 +1407,12 @@
|
|||||||
|
|
||||||
\section1 Built-in Debugger Is Slow During Startup and Runtime
|
\section1 Built-in Debugger Is Slow During Startup and Runtime
|
||||||
|
|
||||||
The \QC for Windows installation packages install GDB from MinGW.
|
The part of the slowness that is related to the loading of
|
||||||
Unfortunately, GDB is quite slow on Windows. \QC does not cause
|
debug information is hard to avoid. Another part stems from
|
||||||
this, as it interacts with GDB and adds custom dumpers for Qt types.
|
maintaining breakpoints inside the debugger (under some circumstances
|
||||||
|
all breakpoints need to be inserted and removed again for each step)
|
||||||
\note You can use \QC with MSVC on Windows for debugging.
|
and the evaluation of expressions after each step. We recommend that
|
||||||
|
you minimize the number of breakpoints and watched expressions.
|
||||||
|
|
||||||
\section1 Debugger Displays <not in scope> Message
|
\section1 Debugger Displays <not in scope> Message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user