MCPcopy 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
43void gui_debug_open(int reason, uint32_t data) {
44 emu->debugOpen(reason, data);
45}
46
47void gui_debug_close(void) {
48 emu->debugDisable();

Callers

nothing calls this directly

Calls 1

debugOpenMethod · 0.80

Tested by

no test coverage detected