Updated GB_debugger_set_disabled (markdown)

Lior Halphon 2024-11-30 22:20:23 +02:00
parent 80c542e4bb
commit 6f32b0ecea
1 changed files with 3 additions and 1 deletions

@ -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