| 8 | | read HLL annotations |
| 9 | | read data from debug segment |
| 10 | | code instrumentation (steal from parrot-instrument) |
| 11 | | code introspection (steal from parrot-instrument) |
| 12 | | enable/disable breakpoints |
| 13 | | breakpoints (line) |
| 14 | | breakpoints (function) |
| 15 | | watchpoints (registers) |
| 16 | | reversible debugging |
| 17 | | execute until the next annotation change |
| 18 | | backtrace |
| 19 | | bytecode disassembly |
| 20 | | debugger scripting |
| 21 | | trace open file handles (including children) |
| 22 | | dynamic memory analysis (check for uninitialized values) |
| 23 | | dynamic memory analysis (destruction-triggered watchpoints) |
| 24 | | print internal debugger state info |
| 25 | | start/continue execution |
| 26 | | single-step execution |
| 27 | | print registers |
| 28 | | help |
| 29 | | source listing |
| | 8 | * read HLL annotations |
| | 9 | * read data from debug segment |
| | 10 | * code instrumentation (steal from parrot-instrument) |
| | 11 | * code introspection (steal from parrot-instrument) |
| | 12 | * enable/disable breakpoints |
| | 13 | * breakpoints (line) |
| | 14 | * breakpoints (function) |
| | 15 | * watchpoints (registers) |
| | 16 | * reversible debugging |
| | 17 | * execute until the next annotation change |
| | 18 | * backtrace |
| | 19 | * bytecode disassembly |
| | 20 | * debugger scripting |
| | 21 | * trace open file handles (including children) |
| | 22 | * dynamic memory analysis (check for uninitialized values) |
| | 23 | * dynamic memory analysis (destruction-triggered watchpoints) |
| | 24 | * print internal debugger state info |
| | 25 | * start/continue execution |
| | 26 | * single-step execution |
| | 27 | * print registers |
| | 28 | * help |
| | 29 | * source listing |