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
What is difference between session and cookie?
Which authentication uses a combination of windows and iis authentication?
8. Why do you want to work here?
How can we create custom controls in asp net?
What are the advantages of passport authentication?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Explain about consistent programming model in the .NET framework?
Do you know caching feature?
What is the difference between pathparam and queryparam?
What is repository pattern in mvc.net? : asp.net mvc
Describe the Server Control Events of ASP.NET?
What is DataGrid wheater its a Server Control or something else ?
How would you turn off cookies on one page of your website?
Mention the namespace that is used to include .net data provider for sql server in .net code?
How to disable disable browser's Back button in asp.net (JavaScript)?