- Breakpoints
→ break <address> : Sets a new breakpoint
→ delete <breakpoint#> : Deletes a breakpoint
→ enable < breakpoint#> : Enable a disabled breakpoint
- Variables and memory display
→ print <query> : Prints content of variable or register.
→ display : Prints the information after stepping each instruction