Re: difference between browse file and pdb file
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Tue, 03 Apr 2007 17:56:26 -0400
Jazz wrote:
Hello,
When compiling a poject, I can specify /FR to create browse file and /fd to create the pdb file. What's the difference between .sbr file and .pdb file ? when will we use .sbr file?
Thanks,
Jazz
The pdb file is the symbol table, it lists addresses and type for each symbol. It is intended only to be used by the debugger.
The browse file contains logical (not address) information about symbols and their relationships and cross references. It is intended to produce displays for your use when investigating the code.
--
Scott McPhillips [VC++ MVP]
.
- Prev by Date: Filtering VC2005 Code Analysis Warnings?
- Next by Date: RE: Filtering VC2005 Code Analysis Warnings?
- Previous by thread: Filtering VC2005 Code Analysis Warnings?
- Next by thread: Re: difference between browse file and pdb file
- Index(es):
Loading