CodeWarrior supports a command-line interface to some of its features including the debugger. You can use the command-line interface together with various scripting engines, such as the Microsoft® Visual Basic® script engine, the Java™ script engine, Tcl, Python, and Perl. You can even issue a command that saves the command-line activity to a log file.
You can use the Debugger Shell view to issue command lines to the IDE. For example, you can 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.
To issue a command-line command, type the desired command at the command prompt ( %>) in the Debugger Shell view, then press Enter or Return. 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.
When you debug from the command line, you can use: