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
Tobias Hunger
qt-creator
Commits
3d30239a
Commit
3d30239a
authored
Mar 25, 2010
by
hjk
Browse files
debugger: fix soft assertion when "operate by instruction" was toggle without
a valid stack trace.
parent
ca6f7352
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
3d30239a
...
...
@@ -1473,6 +1473,8 @@ void DebuggerManager::fileOpen(const QString &fileName)
void
DebuggerManager
::
operateByInstructionTriggered
()
{
if
(
!
d
->
m_engine
)
return
;
QTC_ASSERT
(
d
->
m_stackHandler
,
return
);
StackFrame
frame
=
d
->
m_stackHandler
->
currentFrame
();
gotoLocation
(
frame
,
true
);
...
...
Write
Preview
Supports
Markdown
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