Updated GB_debugger_is_stopped (markdown)

Lior Halphon 2024-11-30 22:08:10 +02:00
parent aa0e589ee8
commit 61b38406bb
1 changed files with 5 additions and 1 deletions

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