| 487 | } |
| 488 | |
| 489 | void MainWindow::debugBasicToggleLiveExecution(bool enabled) { |
| 490 | m_basicShowLiveExecution = enabled; |
| 491 | if (guiDebugBasic) { |
| 492 | debugBasicReconfigure(true); |
| 493 | } |
| 494 | } |
| 495 | |
| 496 |
nothing calls this directly
no outgoing calls
no test coverage detected