From 6f32b0ecea5c2be0a85a680a9fb83cf32127545a Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 22:20:23 +0200 Subject: [PATCH] Updated GB_debugger_set_disabled (markdown) --- GB_debugger_set_disabled.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GB_debugger_set_disabled.md b/GB_debugger_set_disabled.md index 24ee0b7..05b347b 100644 --- a/GB_debugger_set_disabled.md +++ b/GB_debugger_set_disabled.md @@ -6,7 +6,9 @@ In `debugger.h` ## Description -TBD +Call this function to disable debugging capabilities in an emulator instance. This will prevent existing breakpoints and watchpoints, as well as pending `finish` commands`, from stopping the debugger. + +After disabling the debugger, this function may be called again with `false` to re-enable debugging capabilities. Existing breakpoints and watchpoints will be preserved. ## Thread Safety