diff --git a/GB_debugger_break.md b/GB_debugger_break.md index 406890e..ff43fc2 100644 --- a/GB_debugger_break.md +++ b/GB_debugger_break.md @@ -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]] \ No newline at end of file