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