Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0f6376f1
Commit
0f6376f1
authored
May 16, 2011
by
Christiaan Janssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlDebugger: update location marker while debugging
Reviewed-by: hjk
parent
fa0127be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/plugins/debugger/qml/qmlengine.cpp
src/plugins/debugger/qml/qmlengine.cpp
+4
-0
No files found.
src/plugins/debugger/qml/qmlengine.cpp
View file @
0f6376f1
...
...
@@ -490,6 +490,7 @@ void QmlEngine::executeStep()
rs
<<
cmd
;
logMessage
(
LogSend
,
cmd
);
sendMessage
(
reply
);
resetLocation
();
notifyInferiorRunRequested
();
notifyInferiorRunOk
();
}
...
...
@@ -502,6 +503,7 @@ void QmlEngine::executeStepI()
rs
<<
cmd
;
logMessage
(
LogSend
,
cmd
);
sendMessage
(
reply
);
resetLocation
();
notifyInferiorRunRequested
();
notifyInferiorRunOk
();
}
...
...
@@ -514,6 +516,7 @@ void QmlEngine::executeStepOut()
rs
<<
cmd
;
logMessage
(
LogSend
,
cmd
);
sendMessage
(
reply
);
resetLocation
();
notifyInferiorRunRequested
();
notifyInferiorRunOk
();
}
...
...
@@ -526,6 +529,7 @@ void QmlEngine::executeNext()
rs
<<
cmd
;
logMessage
(
LogSend
,
cmd
);
sendMessage
(
reply
);
resetLocation
();
notifyInferiorRunRequested
();
notifyInferiorRunOk
();
}
...
...
Write
Preview
Markdown
is supported
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