beautypg.com

Help – Freescale Semiconductor Microcontrollers User Manual

Page 792

background image

Debugger Engine Commands

Debugger Commands

792

Microcontrollers Debugger Manual

Example:

in>GRAPHICS off

HELP

In the Command line component, the HELP command displays all available commands.

Subcommands from the ATTRIBUTES command are not listed.

Component specific commands, which are not open, are not listed.

Usage

HELP

Components

Debugger engine.

Example:

in>HELP

HI-WAVE Engine:

VER

LF

NOLF

CR

NOCR

....

IF

The conditional commands (

IF

,

ELSEIF

,

ELSE

and

ENDIF

) allow you to execute

different sections depending on the result of the corresponding condition. The conditional
command may be nested. Conditions of the IF and ELSEIF commands, respectively,
guard all commands up to the next ELSEIF, ELSE or ENDIF command on the same
nesting level. The ELSE command guards all commands up to the next ENDIF command
on the same nesting level. Any occurrence of a subcommand not in sequence of “IF, zero
or more ELSEIF, zero or one ELSE, ENDIF” is an error.