Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ debugBasicStep
Method
debugBasicStep
gui/qt/basicdebugger.cpp:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
void MainWindow::debugBasicStep() {
362
debugBasicStepInternal(false);
363
}
364
365
void MainWindow::debugBasicStepNext() {
366
debugBasicStepInternal(true);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected