| 479 | } |
| 480 | |
| 481 | void MainWindow::debugBasicToggleShowTempParse(bool enabled) { |
| 482 | m_basicClearCache = true; |
| 483 | m_basicShowTempParser = enabled; |
| 484 | if (guiDebugBasic) { |
| 485 | debugBasicReconfigure(true); |
| 486 | } |
| 487 | } |
| 488 | |
| 489 | void MainWindow::debugBasicToggleLiveExecution(bool enabled) { |
| 490 | m_basicShowLiveExecution = enabled; |
nothing calls this directly
no outgoing calls
no test coverage detected