Skip to content
GitLab
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
f6104255
Commit
f6104255
authored
Sep 23, 2009
by
hjk
Browse files
debugger: revert accidentally committed "tbreak+continue instead of next" hack
parent
b18c6f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
f6104255
...
...
@@ -1659,7 +1659,7 @@ void GdbEngine::nextExec()
if
(
qq
->
isReverseDebugging
())
postCommand
(
_
(
"-reverse-next"
),
CB
(
handleExecContinue
));
else
{
#if
0
#if
1
postCommand
(
_
(
"-exec-next"
),
CB
(
handleExecContinue
));
#else
postCommand
(
_
(
"tbreak %1:%2"
).
arg
(
QFileInfo
(
lastFile
).
fileName
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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