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

Method debugBasicToggleLiveExecution

gui/qt/basicdebugger.cpp:489–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void MainWindow::debugBasicToggleLiveExecution(bool enabled) {
490 m_basicShowLiveExecution = enabled;
491 if (guiDebugBasic) {
492 debugBasicReconfigure(true);
493 }
494}
495
496

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected