From aa0e589ee856f949eab1e104cf9510e5f518ece9 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 22:06:26 +0200 Subject: [PATCH] Updated GB_debugger_break (markdown) --- GB_debugger_break.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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