| 704 | } |
| 705 | |
| 706 | void MIDebugSession::stepInto() |
| 707 | { |
| 708 | if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown)) |
| 709 | return; |
| 710 | |
| 711 | addCommand(ExecStep, QString(), CmdMaybeStartsRunning | CmdTemporaryRun); |
| 712 | } |
| 713 | |
| 714 | void MIDebugSession::stepOverInstruction() |
| 715 | { |