3 GB_debugger_is_stopped
Lior Halphon edited this page 2024-12-01 01:09:32 +02:00

Definition

bool GB_debugger_is_stopped(GB_gameboy_t *gb);

In debugger.h

Description

Returns true if the debugger has stopped (due to a break or a stop condition) and has not been resumed by a command yet.

Thread Safety

GB_debugger_is_stopped is thread-safe and can be called from any thread and context.

See Also