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

Method debugBasicToggleShowFetch

gui/qt/basicdebugger.cpp:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void MainWindow::debugBasicToggleShowFetch(bool enabled) {
474 m_basicClearCache = true;
475 m_basicShowFetches = enabled;
476 if (guiDebugBasic) {
477 debugBasicReconfigure(true);
478 }
479}
480
481void MainWindow::debugBasicToggleShowTempParse(bool enabled) {
482 m_basicClearCache = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected