Command line options – Freescale Semiconductor Microcontrollers User Manual
Page 30

Debugger Interface
Starting the Debugger
30
Microcontrollers Debugger Manual
Command Line Options
DOS command line options are:
-T=
The debugger terminates after the specified time (in seconds). The default value is 300
seconds. For example:
c:\Program Files\Freescale\CodeWarrior for Microcontrollers
V6.1\prog\hiwave.exe -T=10
The above example instructs the debugger to terminate after 10 seconds.
-Target=
This option sets the specified connection. For example:
C:\Program Files\Freescale\CodeWarrior for Microcontrollers
V6.1\prog\hiwave.exe c:\Program Files\Freescale\CodeWarrior
for Microcontrollers V6.1\demo\hc12\sim\fibo.abs -w
-
Target=sim
The command in the above example starts the debugger and loads fibo.abs file.
-W: Wait mode
Debugger waits even when a
-Instance=%currentTargetName
This option defines a build instance name. Once you define a build instance, the debugger
uses same build instance the next time you start the debugger. For example:
c:\Program Files\Freescale\CodeWarrior for Microcontrollers
V6.1\prog\hiwave.exe
-Instance=%currentTargetName
If you attempt to start the debugger again, the existing instance of the debugger is brought
to the foreground.
-Prod=
This option specifies the project directory and/or project file to be used at start-up. For
example:
c:\Program Files\Freescale\CodeWarrior for Microcontrollers
V6.1\prog\hiwave.exe
-Prod=c:\demoproject\test.pjt