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