From 61b38406bb0378518aa7ca51e1a7955cad9392f9 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 22:08:10 +0200 Subject: [PATCH] Updated GB_debugger_is_stopped (markdown) --- GB_debugger_is_stopped.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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