| 2671 | } |
| 2672 | |
| 2673 | void MainWindow::stepOut() { |
| 2674 | if (!guiDebug) { |
| 2675 | return; |
| 2676 | } |
| 2677 | |
| 2678 | disconnect(m_shortcutStepOut, &QShortcut::activated, this, &MainWindow::stepOut); |
| 2679 | |
| 2680 | debugSync(); |
| 2681 | debugStep(DBG_STEP_OUT); |
| 2682 | } |
| 2683 | |
| 2684 | //------------------------------------------------ |
| 2685 | // Other Functions |
nothing calls this directly
no outgoing calls
no test coverage detected