Skip to content
Snippets Groups Projects
Commit f517215a authored by hjk's avatar hjk Committed by Leena Miettinen
Browse files

doc: adjust advice regarding stepping slowness


Change-Id: I65d03cc1543a8be180a8ae570e4efdd1cc33382a
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent 854a37cb
No related branches found
No related tags found
No related merge requests found
...@@ -1407,11 +1407,12 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment