浏览代码

Update debugging.md

blueloveTH 1 年之前
父节点
当前提交
8271d0f8bd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/features/debugging.md

+ 2 - 0
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 <expr>`: evaluate expression
 + `!, execute statement`: execute statement