From 8271d0f8bd4e0c33572557f89d5e14b2e0f18b5a Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 19 Apr 2024 13:00:27 +0800 Subject: [PATCH] Update debugging.md --- docs/features/debugging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/features/debugging.md b/docs/features/debugging.md index ee5db962..dfbf5048 100644 --- a/docs/features/debugging.md +++ b/docs/features/debugging.md @@ -15,5 +15,7 @@ The following commands are supported: + `w, where`: show current stack frame + `c, continue`: continue execution + `a, args`: show local variables ++ `l, list`: show lines around current line ++ `ll, longlist`: show all lines + `p, print `: evaluate expression + `!, execute statement`: execute statement