What are PDBs? Where must they be located for debugging to work?
Answer Posted / pramod gupta
A program database (PDB) file contains debug information
for the project’s EXE file. The project.PDB contains full
debug information, including function prototypes, not just
the type information found in VCx0.PDB. Both PDB files
allow incremental updates.
They should be located at bin\Debug directory
Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
Who is using asp.net?
Where the assembly is stored in asp.net?
What is a global postback url?
Can a .net web application consume java web service?
Explain about solution explorer window?
What is custom events?
Can we store object in viewstate?
How would you turn off cookies on one page of your website?
Can asp.net work on an nt server?
What is page fragment caching?
What do you understand from custom control?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Is session stored in browser?
Is asp.net different from asp? If yes, explain how?
What kind of data we can store in viewstate?