Skip to content

GB_debugger_break

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

Definition

void GB_debugger_break(GB_gameboy_t *gb);

In debugger.h

Description

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.

Thread Safety

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

See Also

Clone this wiki locally