mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_debugger_break (markdown)
parent
7ebd6b9ae4
commit
aa0e589ee8
|
@ -6,8 +6,12 @@ In `debugger.h`
|
||||||
|
|
||||||
## Description
|
## 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
|
## Thread Safety
|
||||||
|
|
||||||
`GB_debugger_break` is thread-safe and can be called from any thread and context.
|
`GB_debugger_break` is thread-safe and can be called from any thread and context.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
* [[GB_debugger_is_stopped]]
|
Loading…
Reference in New Issue