Skip to content

GB_debugger_break

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

Definition

void GB_debugger_break(GB_gameboy_t *gb);

In debugger.h

Description

TBD

Thread Safety

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

Clone this wiki locally