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
a20846a0
Commit
a20846a0
authored
Mar 21, 2011
by
Christiaan Janssen
Browse files
QmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158)
Reviewed-by: Kai Koehne
parent
58e697bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qmlcppengine.cpp
View file @
a20846a0
...
...
@@ -577,6 +577,7 @@ void QmlCppEngine::slaveEngineStateChanged
notifyInferiorStopOk
();
}
else
if
(
state
()
==
EngineRunRequested
)
{
EDEBUG
(
"... AN INFERIOR FAILED STARTUP, OTHER STOPPED EXPECTEDLY"
);
notifyEngineRunAndInferiorStopOk
();
}
else
{
EDEBUG
(
"... AN INFERIOR STOPPED SPONTANEOUSLY"
);
notifyInferiorSpontaneousStop
();
...
...
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