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
Tobias Hunger
qt-creator
Commits
d17cd567
Commit
d17cd567
authored
Dec 13, 2010
by
hjk
Browse files
debugger: fix run to line
Was aiming at the current line, not the selected one.
parent
5bcf849e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
d17cd567
...
...
@@ -1205,7 +1205,7 @@ public slots:
int
lineNumber
;
quint64
address
;
if
(
positionFromActionData
(
sender
(),
&
fileName
,
&
lineNumber
,
&
address
))
handleExecRunToLine
(
);
currentEngine
()
->
executeRunToLine
(
fileName
,
lineNumber
);
}
void
slotJumpToLine
()
...
...
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