mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update debugging.md
This commit is contained in:
parent
c6652736f3
commit
8271d0f8bd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user