Command-Line Debugging Tasks

The table below provides instructions for common command-line debugging tasks.

Table 1. 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
  1. On the Debugger shell command prompt ( %> ), type help.
  2. Press Enter.
The Command List for CodeWarrior is appears.
Enter a command
  1. On the Debugger shell, type a command followed by a space.
  2. Specify any valid command-line options, separating each with a space.
  3. Press Enter.
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