Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.0.0-rc1
-
Windows 7 64 bit
gdb 7.5.1
-
0ed2f4e5a21d6f1b1cef23f4b4644765f4d46f95
Description
QTCREATORBUG-5474 is reproducible in 3.0:
- Open simple.pro from Creator's sources.
- Uncomment line "testEndlessRecursion();" (2921).
- Build using MinGW.
- Run in gdb.
Execution will stop in testEndlessRecursion(). - Double click the last line in stack trace which reads "More".
Nothing much will happen, because gdb will be busy for some time. - While gdb is busy, double click another line of the stack trace.
"Locals & Watchers" view won't be updated anymore. Open "Thread" tab and then "Locals & Watchers" view.
Threads will still be shown.Resize "Locals & Watchers" view.
This will look ugly, see screenshot.
When Creator can't update "Locals & Watchers" it should at least indicate in some way that it's busy. At the moment, there is not any notification that the displayed values can't be trusted.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-5474 "Locals & Watchers" not being updated while waiting for stack trace
- Closed