Ddeprotocol – Freescale Semiconductor Microcontrollers User Manual

Page 771

Advertising
background image

Debugger Engine Commands

Debugger Commands

771

Microcontrollers Debugger Manual

DDEPROTOCOL

The DDEPROTOCOL command is used to configure the Debugger/Simulator dynamic
data exchange (DDE) protocol.

By default the DDE protocol is activated and not displayed in the command line
component.

Usage

DDEPROTOCOL ON|OFF|SHOW|HIDE|STATUS

Where:

• ON enables the DDE communication protocol

• OFF disables the DDE communication protocol

• SHOW displays DDE protocol information in the command line component

• HIDE hides DDE protocol information in the command line component

• STATUS provides information if the DDE protocol is active (on or off) and if

display is active (Show or Hide)

Components

Debugger engine.

Example:

in>DDEPROTOCOL ON

in>DDEPROTOCOL SHOW

in>DDEPROTOCOL STATUS

DDEPROTOCOL ON - DISPLAYING ON

The DDE protocol is activated and displayed, and status is given in the command
line component.

NOTE

For more information on Debugger/Simulator DDE implementation, refer to
the

Debugger DDE Capabilities

chapter.

Advertising