vote up 1 vote down star

what is the difference between (private pdb symbols) and (pdb symbols)?

flag

0% accept rate

2 Answers

vote up 0 vote down

(private pdb symbols) are the full symbols with all the details.

(pdb symbols) are public symbols, i.e. the symbols you would export to third parties to assist debugging.

Please see this for additional details http://msdn.microsoft.com/en-us/library/ms789520.aspx

link|flag
vote up 0 vote down

Public symbols have Name, Frame pointer omission (FPO) for each function and private has alomost everything.

http://msdn.microsoft.com/en-us/library/cc501184.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.