Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are PDBs? Where must they be located for debugging to work?

Answers were Sorted based on User's Feedback



What are PDBs? Where must they be located for debugging to work?..

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

What are PDBs? Where must they be located for debugging to work?..

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

What are PDBs? Where must they be located for debugging to work?..

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

What are PDBs? Where must they be located for debugging to work?..

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

Post New Answer

More ASP.NET Interview Questions

What is custom events? How to create it?

0 Answers  


Can we use http handlers to upload a file in asp.net?

2 Answers  


What is viewstate?

5 Answers   Microsoft,


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


How can we communicate with each server in N-tier Architecture? and what are the methods?

0 Answers   Wipro,


Can you use Web API with ASP.NET Web Form?

0 Answers  


What base class do all Web Forms inherit from?

1 Answers  


what do machine key element in configuration file specify?

1 Answers   TCS,


What is boxing and how it is done internally?

1 Answers   Microsoft,


How to retrieve user name in case of Window Authentication?

0 Answers  


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,


If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


Categories