Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void debug_clear_step(void) {
203
debug.step = debug.stepOver = false;
204
debug.tempExec = debug.stepOut = ~0u;
205
}
206
207
void debug_clear_basic_step(void) {
208
debug.stepBasic = false;
Callers
2
debug_init
Function · 0.85
debug_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected