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
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
i want the asp.net technical questions and answeres
Name some asp objects?
To add a hyperlink column to the DataGrid which tag is used ?
What is meant by ispostback in asp net?
Difference between Response.redirect vs server.transfer?
What are the major built-in objects in ASP.NET?
What is the difference between page-level caching and fragment caching?
How do I use response redirect?
How many types of session state management options available in asp.net?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is the use of placeholder control?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is in a session cookie?
What is server side in asp.net?