diff --git a/GB_debugger_is_stopped.md b/GB_debugger_is_stopped.md index 2b4d0ef..bda3b6d 100644 --- a/GB_debugger_is_stopped.md +++ b/GB_debugger_is_stopped.md @@ -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]] \ No newline at end of file