Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ debug_clear_basic_step
Function
debug_clear_basic_step
core/debug/debug.c:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
void debug_clear_basic_step(void) {
208
debug.stepBasic = false;
209
debug.stepBasicNext = false;
210
}
211
212
void debug_inst_start(void) {
213
uint32_t pc = cpu.registers.PC;
Callers
2
debug_disable_basic_mode
Function · 0.85
debugRaise
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected