MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / debugBasicToggleShowTempParse

Method debugBasicToggleShowTempParse

gui/qt/basicdebugger.cpp:481–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void MainWindow::debugBasicToggleShowTempParse(bool enabled) {
482 m_basicClearCache = true;
483 m_basicShowTempParser = enabled;
484 if (guiDebugBasic) {
485 debugBasicReconfigure(true);
486 }
487}
488
489void MainWindow::debugBasicToggleLiveExecution(bool enabled) {
490 m_basicShowLiveExecution = enabled;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected