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

Function debug_clear_step

core/debug/debug.c:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void debug_clear_step(void) {
203 debug.step = debug.stepOver = false;
204 debug.tempExec = debug.stepOut = ~0u;
205}
206
207void debug_clear_basic_step(void) {
208 debug.stepBasic = false;

Callers 2

debug_initFunction · 0.85
debug_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected