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

Method debugEnable

gui/qt/debugger.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void MainWindow::debugEnable() {
96 guiDebug = true;
97 debugGuiState(true);
98}
99
100void MainWindow::debugStep(int mode) {
101 if (mode == DBG_RUN_UNTIL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected