forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8' into HEAD
This commit is contained in:
@@ -949,6 +949,11 @@ void QmlV8DebuggerClient::endSession()
|
||||
d->disconnect();
|
||||
}
|
||||
|
||||
void QmlV8DebuggerClient::resetSession()
|
||||
{
|
||||
clearExceptionSelection();
|
||||
}
|
||||
|
||||
void QmlV8DebuggerClient::executeStep()
|
||||
{
|
||||
clearExceptionSelection();
|
||||
|
||||
Reference in New Issue
Block a user