diff options
author | Arvid Ephraim Picciani <arvid.picciani@nokia.com> | 2010-10-25 14:00:19 +0200 |
---|---|---|
committer | Arvid Ephraim Picciani <arvid.picciani@nokia.com> | 2010-10-29 11:29:37 +0200 |
commit | 2a569ce073aa4f064cc031f055f7626b67881556 (patch) | |
tree | f901b54330721126a43a85790adfd80699ffdc75 /src/plugins/debugger/script/scriptengine.cpp | |
parent | c4ca0060e39e885770b70302c8ae2f4f7b9f067a (diff) | |
download | qt-creator-2a569ce073aa4f064cc031f055f7626b67881556.tar.gz |
Clean up BreakPoint
Reviewed-by: Friedemann Kleint
Reviewed-by: hjk
Diffstat (limited to 'src/plugins/debugger/script/scriptengine.cpp')
-rw-r--r-- | src/plugins/debugger/script/scriptengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/script/scriptengine.cpp b/src/plugins/debugger/script/scriptengine.cpp index 09ac194e3d..b6f3ff3554 100644 --- a/src/plugins/debugger/script/scriptengine.cpp +++ b/src/plugins/debugger/script/scriptengine.cpp @@ -655,7 +655,7 @@ bool ScriptEngine::checkForBreakCondition(bool byFunction) data->setMarkerLineNumber(lineNumber); data->setMarkerFileName(fileName); data->pending = false; - data->updateMarker(); + breakHandler()->updateMarker(data); } notifyInferiorSpontaneousStop(); SDEBUG("Stopped at " << lineNumber << fileName); |