mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_debugger_set_disabled (markdown)
parent
80c542e4bb
commit
6f32b0ecea
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue