| 695 | } |
| 696 | |
| 697 | void MIDebugSession::stepIntoInstruction() |
| 698 | { |
| 699 | if (debuggerStateIsOn(s_appNotStarted|s_shuttingDown)) |
| 700 | return; |
| 701 | |
| 702 | addCommand(ExecStepInstruction, QString(), |
| 703 | CmdMaybeStartsRunning | CmdTemporaryRun); |
| 704 | } |
| 705 | |
| 706 | void MIDebugSession::stepInto() |
| 707 | { |