Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0f813fdc
Commit
0f813fdc
authored
Nov 16, 2010
by
Robert Loehning
Browse files
debugger: Added comment about unexpected behavior
parent
d992b223
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
View file @
0f813fdc
...
...
@@ -1878,6 +1878,9 @@ void testEndlessRecursion()
int
testEndlessLoop
()
{
qlonglong
a
=
1
;
// gdb:
// Breakpoint at "while" will stop only once
// Hitting "Pause" button might show backtrace of different thread
while
(
a
>
0
)
++
a
;
return
a
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment