-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_debugger_break
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
void GB_debugger_break(GB_gameboy_t *gb);
In debugger.h
Breaks the debugger. This will cause the emulator instance to wait for the use to input a debugger command before GB_run executes the next instruction.
GB_debugger_break
is thread-safe and can be called from any thread and context.