소스 검색

Update debugging.md

blueloveTH 2 년 전
부모
커밋
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