Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ gui_debug_open
Function
gui_debug_open
gui/qt/emuthread.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void gui_debug_open(int reason, uint32_t data) {
44
emu->debugOpen(reason, data);
45
}
46
47
void gui_debug_close(void) {
48
emu->debugDisable();
Callers
nothing calls this directly
Calls
1
debugOpen
Method · 0.80
Tested by
no test coverage detected