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
50ea7ab3
Commit
50ea7ab3
authored
Jan 17, 2011
by
hjk
Browse files
debugger: remove some debug output
parent
d2a96312
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
50ea7ab3
...
...
@@ -1070,7 +1070,6 @@ void DebuggerEngine::notifyEngineSpontaneousShutdown()
void
DebuggerEngine
::
notifyInferiorExited
()
{
qDebug
()
<<
"
\n
SPONTANEUOUS EXIT: "
<<
this
<<
d
->
m_state
;
showMessage
(
_
(
"NOTE: INFERIOR EXITED"
));
d
->
resetLocation
();
setState
(
InferiorExitOk
);
...
...
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