Findproc – Freescale Semiconductor Microcontrollers User Manual

Page 784

Advertising
background image

Debugger Engine Commands

Debugger Commands

784

Microcontrollers Debugger Manual

;WW match whole word is set.

Components

Source component.

Example:

in>FIND “this” ;B ;WW

The “this” string (considered as a whole word) is searched in the Source
component window. The search is performed backward.

FINDPROC

If a valid procedure name is given as parameter, the source file where the procedure is
defined is opened in the Source Component. The procedure’s definition is displayed and
the procedure’s title is highlighted.

Equivalent Operation

You can select Source > Find Procedure or open the Source context menu and
select Find Procedure to open the Find Procedure dialog box.

Usage

FINDPROC procedureName

Components

Source component.

Example:

in>findproc Fibonacci

The Fibonacci procedure is displayed and the title is highlighted.

Advertising