Skip to content

GB_debugger_is_stopped

Lior Halphon edited this page Nov 30, 2024 · 3 revisions

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

Clone this wiki locally