What are PDBs? Where must they be located for debugging to work?
Answer Posted / pompi
A program database (PDB) files holds debugging and project
state information that allows incremental linking of debug
configuration of your program.There are several different
types of symbolic debugging information. The default type
for Microsoft compiler is the so-called PDB file.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain server side state management system.
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How to create events for a control?
Which is better asp.net or php?
Explain swagger components.
Is asp.net mvc still used? : Asp.Net MVC
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How are sessions stored?
How to use ipostback?
What are the Types of objects in ASP
What symbol specifies the beginning of a query string?
What is autopostback in asp net?
Are there resources online with tips on asp to asp.net conversions?