Freescale Semiconductor Microcontrollers User Manual

Page 748

Advertising
background image

Debugger Engine Commands

Debugger Commands

748

Microcontrollers Debugger Manual

• ATTRIBUTES SMOD ~ Drag and drop from Module component to Source

component.

• ATTRIBUTES SPROC ~ Drag and drop from Procedure component to Source

component.

• ATTRIBUTES MARKS ~ Select menu Source > Marks.

Usage

ATTRIBUTES list

where list=command{,command}

command= SPC address |

SMEM range |

SMOD module (without extension) |

SPROC numberAssociatedToProcedure |

MARKS (ON|OFF)

Example

in>Source < ATTRIBUTES MARKS ON

Marks are visible in the Source component window.

In the Data Component

The ATTRIBUTES command allows you to set the display and state options of
the Data component window. The FORMAT command selects the format for the
list of variables. The format is one of the following: binary, octal, hexadecimal,
signed decimal, unsigned decimal or symbolic.

Usage

ATTRIBUTES list

where list=command{,command})

command=FORMAT(bin|oct|hex|signed|unsigned|symb)| S

COPE (global|local|user) |

MODE (automatic|periodical| locked|frozen) |

SPROC level |

SMOD module |

UPDATERATE rate |

COMPLEMENT(none|one)|

NAMEWIDTH width

Advertising