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

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