mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_debugger_is_stopped (markdown)
parent
aa0e589ee8
commit
61b38406bb
|
@ -6,8 +6,12 @@ In `debugger.h`
|
|||
|
||||
## Description
|
||||
|
||||
TBD
|
||||
Returns `true` if the debugger has stopped (due to a [[break|GB_debugger_break]] or a stop condition), and hasn't been resumed by a command yet.
|
||||
|
||||
## Thread Safety
|
||||
|
||||
`GB_debugger_is_stopped` is thread-safe and can be called from any thread and context.
|
||||
|
||||
## See Also
|
||||
|
||||
* [[GB_debugger_break]]
|
Loading…
Reference in New Issue