forked from qt-creator/qt-creator
Debugger: Drop the EngineSetupOk state
Directly proceed to EngineRunRequested. Change-Id: I8419086f554bae298624cab3b33e852e92ea54bd Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -221,21 +221,15 @@
|
||||
{notify- {notify-
|
||||
Engine- Engine-
|
||||
SetupOk} SetupFailed}
|
||||
+ +
|
||||
+ `+-+-+> EngineSetupFailed
|
||||
+ +
|
||||
+ [calls RunControl->startFailed]
|
||||
+ +
|
||||
+ DebuggerFinished
|
||||
v
|
||||
EngineSetupOk
|
||||
+
|
||||
[calls RunControl->StartSuccessful]
|
||||
+
|
||||
+
|
||||
EngineRunRequested
|
||||
+
|
||||
(calls *Engine->runEngine())
|
||||
+ | +
|
||||
EngineRunRequested <+-+' | `+-+-+> EngineSetupFailed
|
||||
| +
|
||||
| [calls RunControl->startFailed]
|
||||
| +
|
||||
| DebuggerFinished
|
||||
|
|
||||
------------------------
|
||||
/ | | \
|
||||
/ | | \
|
||||
/ | | \
|
||||
| (core) | (attach) | |
|
||||
|
||||
Reference in New Issue
Block a user