| 363 | } |
| 364 | |
| 365 | void MainWindow::debugBasicStepNext() { |
| 366 | debugBasicStepInternal(true); |
| 367 | } |
| 368 | |
| 369 | void MainWindow::debugBasicStepInternal(bool next) { |
| 370 | if (!guiDebug || !guiDebugBasic) { |
nothing calls this directly
no outgoing calls
no test coverage detected