Updated GB_debugger_break (markdown)

Lior Halphon 2024-11-30 22:06:26 +02:00
parent 7ebd6b9ae4
commit aa0e589ee8
1 changed files with 5 additions and 1 deletions

@ -6,8 +6,12 @@ In `debugger.h`
## Description
TBD
Breaks the debugger. This will cause the emulator instance to [[wait for the use to input a debugger command|GB_set_input_callback]] 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
* [[GB_debugger_is_stopped]]