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

Method debugBasicRaise

gui/qt/basicdebugger.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void MainWindow::debugBasicRaise() {
83 debugRaise();
84}
85
86void MainWindow::debugBasicClearCache() {
87 m_basicPrgmsTokensMap.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected