debugger: map "Abort Debugging" to notifyEngineIll()

This commit is contained in:
hjk
2010-07-14 15:04:49 +02:00
parent d00c63bfcc
commit 8ab4ed5815

View File

@@ -429,7 +429,7 @@ void DebuggerEngine::handleCommand(int role, const QVariant &value)
break;
case RequestExecResetRole:
//exec();
notifyEngineIll(); // FIXME: check
break;
case RequestExecStepRole: