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

Method debugBasicStepNext

gui/qt/basicdebugger.cpp:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void MainWindow::debugBasicStepNext() {
366 debugBasicStepInternal(true);
367}
368
369void MainWindow::debugBasicStepInternal(bool next) {
370 if (!guiDebug || !guiDebugBasic) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected