From f517215a3d85f82485a6a92ee674eb860a8b76b8 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Mon, 5 Dec 2011 13:29:18 +0100
Subject: [PATCH] doc: adjust advice regarding stepping slowness

Change-Id: I65d03cc1543a8be180a8ae570e4efdd1cc33382a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
---
 doc/src/debugger/creator-debugger.qdoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index 73938cb627b..1c776fc1c7f 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -1407,11 +1407,12 @@
 
     \section1 Built-in Debugger Is Slow During Startup and Runtime
 
-    The \QC for Windows installation packages install GDB from MinGW.
-    Unfortunately, GDB is quite slow on Windows. \QC does not cause
-    this, as it interacts with GDB and adds custom dumpers for Qt types.
-
-    \note You can use \QC with MSVC on Windows for debugging.
+    The part of the slowness that is related to the loading of
+    debug information is hard to avoid. Another part stems from
+    maintaining breakpoints inside the debugger (under some circumstances
+    all breakpoints need to be inserted and removed again for each step)
+    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
 
-- 
GitLab