Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ gui_debug_close
Function
gui_debug_close
core/os/os-emscripten.c:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
void gui_console_clear(void) {}
58
void gui_debug_close(void) {}
59
60
void gui_debug_open(int reason, uint32_t data) {
61
printf(
"[CEmu debug] (reason=%d, data=0x%X)\n"
, reason, data);
Callers
3
debug_step
Function · 0.50
debug_inst_repeat
Function · 0.50
debug_record_call
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected