Share via


/FR, /Fr - Generate Browser Files

These options create files with an .sbr extension; only one option is required. The Microsoft Browser Database Maintenance Utility (BSCMAKE) uses an .sbr file to generate a database file with a .bsc extension. This is the file used by the Source Browser.

/FRfilename
/Frfilename

An .sbr file contains symbolic information about your program. The /FR option generates complete symbolic information in the .sbr file. The /Fr option generates symbolic information without information on local variables.

By default, both options generate a file name that uses the base name of the source file and appends an .sbr extension. Use the filename argument to provide a name other than the default; an .sbr extension is required. No space is allowed between either the /FR or the /Fr option and the filename argument.

The following example compiles and links the source file Qsort.c and generates a file named Newsort.sbr. The compiler then packs the .sbr file.

CLxxx /FRNEWSORT QSORT.C

Where CLxxx is the name of the compiler for the target processor family.

See Also

About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.