CodeWarrior supports a command-line interface to some of its features including the debugger. You can use the command-line interface together with TCL scripting engine. You can even issue a command that saves the command-line activity to a log file.
The Debugger Shell view is used to issue command lines to the IDE. For example, you enter the command debug in this window to start a debugging session. The window lists the standard output and standard error streams of command-line activity.
To open the Debugger Shell view, perform these steps.
The Debugger Shell view appears ( Figure 1).
To issue a command-line command, type the desired command at the command prompt (%>) in the Debugger Shell view, then press the Enter key. The command-line debugger executes the specified command.
If you work with hardware as part of your project, you can use the command-line debugger to issue commands to the debugger while the hardware is running.