/FR, /Fr (Create .Sbr File)
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at -FR, -Fr (Create .Sbr File).
Creates .sbr files.
/FR[pathname[\filename]] /Fr[pathname[\filename]]
During the build process, the Microsoft Browse Information File Maintenance Utility (BSCMAKE) uses these files to create a .BSC file, which is used to display browse information.
/FR creates an .sbr file with complete symbolic information.
/Fr creates an .sbr file without information on local variables.
If you do not specify filename, the .sbr file gets the same base name as the source file.
/Fr is deprecated; use /FR instead. For more information, see Deprecated and Removed Compiler Options in Compiler Options Listed by Category.
Do not change the .sbr extension. BSCMAKE requires the intermediary files to have that extension. |
To set this compiler option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.
In the navigation pane, choose the C/C++, Browse Information property page.
Modify the Browse Information File or Enable Browse Information property.
To set this compiler option programmatically
- See BrowseInformation and BrowseInformationFile.
Output-File (/F) Options
Compiler Options
Setting Compiler Options
Specifying the Pathname