What are PDBs? Where must they be located for debugging to work?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / nitesh dwivedi
A Program DataBase file (extension .pdb) is a binary file
that contains type and symbolic debugging information
gathered over the course of compiling and linking the
project. A PDB file is created when you compile a C/C++
program with /ZI or /Zi or a Visual Basic, Visual C#, or
JScript program with the /debug option. The Visual Studio
debugger uses the path to the PDB in the EXE or DLL file to
find the project.pdb file. If the debugger cannot find the
PDB file at that location, or if the path is invalid, for
example, if the project was moved to another computer, the
debugger searches the path containing the EXE followed by
the symbol paths specified in the Options dialog box
(Solution Properties-->Debug Symbol Files node in VS.NET
2003). The debugger will not load a PDB that does not match
the binary being debugged.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ajay
PDB file hold information about .exe files and it also
contain all debuging information about project
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain the difference between or and orelse?
Define ViewState and how can it be used?
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
Describe SOA and the tenets of it?
What is odata in web api?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is the difference between a multi-layer and multi-tier applications?
In asp.net 3.5 we can go one page to onther page without using statemanagment concept?
How do you use css in asp.net?
What is CTE in sql server 2005?
Explain the Order of events in an asp.net page?
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)