From 2ff9c90541ace2a9de3db629e46019fe88f13713 Mon Sep 17 00:00:00 2001
From: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Date: Fri, 9 Apr 2010 12:50:52 +0200
Subject: [PATCH] Debugger[gdb/MinGW]: Dokument attach to console as not
 working.

Reviewed-by: hjk
Task-number: QTCREATORBUG-1020
---
 doc/qtcreator.qdoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 7a0a96af93c..fd0fa2fb472 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -5096,6 +5096,10 @@
     \section1 Known Issues of Version 1.3.84
 
     \list
+        \o On Windows, debugging a MinGW-built console application (with \gui{Run in terminal}
+           checked) using gdb does not work due to a bug in gdb related to attaching to
+           stopped processes (see \l{http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1020}).
+
         \o Debugging Helper does not work while performing On-Device Debugging.
 
         \o QML Preview (Run Project) only works if built against Qt with
-- 
GitLab