forked from qt-creator/qt-creator
debugger: re-do state transitions in combined C++/Qml engine
This still needs a lot of work and sanitizing.
This commit is contained in:
@@ -141,7 +141,10 @@ static bool stateAcceptsGdbCommands(DebuggerState state)
|
||||
return true;
|
||||
case DebuggerNotReady:
|
||||
case InferiorStopFailed:
|
||||
case InferiorStopSpontaneous:
|
||||
case InferiorSetupOk:
|
||||
case EngineRunFailed:
|
||||
case EngineRunOk:
|
||||
case InferiorRunFailed:
|
||||
case EngineShutdownOk:
|
||||
case EngineShutdownFailed:
|
||||
|
||||
Reference in New Issue
Block a user