| 687 | } |
| 688 | |
| 689 | void MIDebugSession::stepOver() |
| 690 | { |
| 691 | if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown)) |
| 692 | return; |
| 693 | |
| 694 | addCommand(ExecNext, QString(), CmdMaybeStartsRunning | CmdTemporaryRun); |
| 695 | } |
| 696 | |
| 697 | void MIDebugSession::stepIntoInstruction() |
| 698 | { |