-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_debugger_is_stopped
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
bool GB_debugger_is_stopped(GB_gameboy_t *gb);
In debugger.h
Returns true
if the debugger has stopped (due to a break or a stop condition), and hasn't been resumed by a command yet.
GB_debugger_is_stopped
is thread-safe and can be called from any thread and context.