Freescale Semiconductor Microcontrollers User Manual

Page 764

Advertising
background image

Debugger Engine Commands

Debugger Commands

764

Microcontrollers Debugger Manual

Example Without “;C” Option:

If a command1.txt file contains:

bckcolor green

cf command2.txt

bckcolor white

If a command2.txt file contains:

bckcolor red

Execution:

in>cf command1.txt

executing command1.txt

!bckcolor green

!cf command2.txt

executing command2.txt

1!bckcolor red

1!

1!

done command2.txt

!bckcolor white

!

done command1.txt

Example With “;C” Option:

If a command1.txt file contains:

bckcolor green

cf command2.txt ;C

bckcolor white

Advertising