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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a viewbag?

1013


What is difference between asp.net and asp?

1089


Web API uses which library for JSON serialization?

1140


What is inproc mode in session?

980


How does ASP.NET framework maps client side events to Server side events.?

1154


Which is faster viewbag or viewdata?

1020


Why session is necessary in web application?

1012


Which namespace is used by ado.net?

1030


What is a session http?

968


What are the session management techniques asp net?

1039


What is difference between session and cookies in asp net?

1109


What is Cookies Less Session?

1097


How to retrieve user name in case of Window Authentication?

809


What is the function of the ViewState property?

1093


What I need to create and run an asp.net application?

1011