Debugger: Ignore instruction-wise operator mode for stepping QML

Change-Id: Idfd703acb9876041916cc3b1a04b5c031af2c12b
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne
2011-10-13 11:10:25 +02:00
parent d0d764ada8
commit b684f662b1

View File

@@ -487,7 +487,7 @@ void QmlEngine::executeNext()
void QmlEngine::executeNextI()
{
SDEBUG("QmlEngine::executeNextI()");
executeNext();
}
void QmlEngine::executeRunToLine(const ContextData &data)