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
Why do you use the app_code folder in asp.net?
Define asp.net caching?
What are the differences between primary foreign and unique keys?
What are the advantages and limitations of query string?
What are the different methods of session maintenance in asp.net?
How to retrieve user name in case of Window Authentication?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Differentiate between namespace and assembly.
Can user control be stored in library?
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain the role of global.asax?
What is inproc mode in session?
What is razor? : asp.net mvc
What is autopostback in dropdownlist in asp net?
What are the different authentication modes in asp.net?