The table below provides instructions for common command-line debugging tasks.
| Task | Instruction | Comments |
|---|---|---|
| Open the Debugger Shell | Select Windows > Show View > Others > Debugger Shell | The Debugger Shell view appears. |
| Use the help command |
|
The Command List for CodeWarrior is appears. |
| Enter a command |
|
You can use shortcuts instead of complete command names, such as k for kill. |
| View debug command hints | Specify alias followed by a space | The syntax for the rest of the command appears. |
| Review previous commands | Press Up Arrow and Down Arrow keys | |
| Clear command from the command line | Press the Esc key | |
| Stop an executing script | Press the Esc key | |
| Toggle between insert/overwrite mode | Press the Insert key | |
| Scroll up/ down a page | Press Page Up or Page Down key | |
| Scroll left/right one column | Press Ctrl-Left Arrow or Ctrl-Right Arrow keys | |
| Scroll to beginning or end of buffer | Press Ctrl-Home or Ctrl-End keys |