| 721 | } |
| 722 | |
| 723 | void MIDebugSession::stepOut() |
| 724 | { |
| 725 | if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown)) |
| 726 | return; |
| 727 | |
| 728 | addCommand(ExecFinish, QString(), CmdMaybeStartsRunning | CmdTemporaryRun); |
| 729 | } |
| 730 | |
| 731 | void MIDebugSession::runUntil(const QUrl& url, int line) |
| 732 | { |