diff options
| author | Aurindam Jana <aurindam.jana@digia.com> | 2013-07-16 14:17:32 +0200 |
|---|---|---|
| committer | Aurindam Jana <aurindam.jana@digia.com> | 2013-07-16 14:43:57 +0200 |
| commit | 378d0cd1199543e97218cd6edb37bcebcac4cdd2 (patch) | |
| tree | 0e9c72847396f9fbcf33f02665bd21c717850ce5 /src/plugins/debugger/qml/qmlv8debuggerclient.cpp | |
| parent | 01252c53df8da22467c7540c62eeec9426d0b639 (diff) | |
| download | qt-creator-378d0cd1199543e97218cd6edb37bcebcac4cdd2.tar.gz | |
QmlDebugging: Reset exception code highlighting
Clear code highlighting when debugging session ends.
Change-Id: I32844444161bbb609864926e12220f9fb0f492e2
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlv8debuggerclient.cpp')
| -rw-r--r-- | src/plugins/debugger/qml/qmlv8debuggerclient.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/debugger/qml/qmlv8debuggerclient.cpp b/src/plugins/debugger/qml/qmlv8debuggerclient.cpp index 83e5d9964c..9a3677d61a 100644 --- a/src/plugins/debugger/qml/qmlv8debuggerclient.cpp +++ b/src/plugins/debugger/qml/qmlv8debuggerclient.cpp @@ -949,6 +949,11 @@ void QmlV8DebuggerClient::endSession() d->disconnect(); } +void QmlV8DebuggerClient::resetSession() +{ + clearExceptionSelection(); +} + void QmlV8DebuggerClient::executeStep() { clearExceptionSelection(); |
