Freescale Semiconductor Microcontrollers User Manual

Page 590

Advertising
background image

ColdFire V1 Full Chip Simulation Connection

590

Microcontrollers Debugger Manual

Example:

in>warning_setup none

in>warning_setup halt

in>warning_setup status

WARNING_SETUP STATUS: HALT

WARNING_SETUP CLMSG

: Warning messages appear in the Command window

(debugger default).

Example:

in>warning_setup none

in>warning_setup clmsg

in>warning_setup status

WARNING_SETUP STATUS: CLMSG

WARNING_SETUP MSGBOX

: A message box appears on warning. Pressing

Cancel stops the FCS. Pressing OK resumes the FCS.

Figure 28.11 FCS Warning Message Box

Example:

in>warning_setup none

in>warning_setup msgbox

in>warning_setup status

WARNING_SETUP STATUS: MSGBOX

WARNING_SETUP NONE

: clears all kinds of warning messages.

in>warning_setup none

in>warning_setup status

WARNING_SETUP STATUS: No warning messages

NOTE

With HALT, CLMSG and MSGBOX options, executing the command several
times toggles the setup on and off.

Advertising