Cx51 User's Guide

BROWSE Compiler Directive

Abbreviation

BR

Arguments

None.

Default

No browse information is created.

µVision

Options — Output — Browse Information.

Description

The BROWSE directive causes the compiler to include source browser information in the generated object module. Browser information includes identifiers (including preprocessor symbols), their memory space, type, definition, and reference lists.

Source browser information may be displayed in µVision using the Source Browser item from the View menu.

Example
C51 SAMPLE.C BROWSE

#pragma browse

Related Knowledgebase Articles