Explorar o código

Update debugging.md

blueloveTH hai 1 ano
pai
achega
8271d0f8bd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
 + `w, where`: show current stack frame
 + `c, continue`: continue execution
 + `c, continue`: continue execution
 + `a, args`: show local variables
 + `a, args`: show local variables
++ `l, list`: show lines around current line
++ `ll, longlist`: show all lines
 + `p, print <expr>`: evaluate expression
 + `p, print <expr>`: evaluate expression
 + `!, execute statement`: execute statement
 + `!, execute statement`: execute statement