| 661 | } |
| 662 | |
| 663 | void MIDebugSession::run() |
| 664 | { |
| 665 | if (debuggerStateIsOn(s_appNotStarted|s_dbgNotStarted|s_shuttingDown)) |
| 666 | return; |
| 667 | |
| 668 | addCommand(MI::ExecContinue, QString(), CmdMaybeStartsRunning); |
| 669 | } |
| 670 | |
| 671 | void MIDebugSession::runToCursor() |
| 672 | { |