Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / March 2006

Tip: Looking for answers? Try searching our database.

How to use a PDB file

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Water Cooler v2 - 02 Mar 2006 03:16 GMT
How does one use a .pdb file that contains debug symbols for a project.
It contains binary data. How do I use it to diagnose the application?
Jaspreet - 02 Mar 2006 04:11 GMT
> How does one use a .pdb file that contains debug symbols for a project.
> It contains binary data. How do I use it to diagnose the application?

http://docs.python.org/lib/module-pdb.html
Willy Denoyette [MVP] - 02 Mar 2006 11:07 GMT
| > How does one use a .pdb file that contains debug symbols for a project.
| > It contains binary data. How do I use it to diagnose the application?
|
| http://docs.python.org/lib/module-pdb.html

I'm affraid this has nothing to do with C# and the PDB files generated by
the C# compiler.
PDB files generated by C# (and most other MSFT compilers) are binary files
that are used by debuggers when attached to a process, to read symbolic info
related to the executing process.

Willy.
Vinay Ahuja - 02 Mar 2006 05:22 GMT
This is an interesting question. I found this entry on Mike Stall's blog,
which sort of explains what can be done using the pdb file.
http://blogs.msdn.com/jmstall/archive/2005/08/25/pdb2xml.aspx

Hope this helps.

> How does one use a .pdb file that contains debug symbols for a project.
> It contains binary data. How do I use it to diagnose the application?
Lloyd Dupont - 02 Mar 2006 07:02 GMT
Usually you use a debugger which know what to do with it.
BTW there is a free debugger in the SDK.

Signature

Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>

> How does one use a .pdb file that contains debug symbols for a project.
> It contains binary data. How do I use it to diagnose the application?
Carlos J. Quintero [VB MVP] - 02 Mar 2006 10:13 GMT
Hi,

The .pdb file is used by the debugger and normally is only generated when
using the "Debug" configuration.

For example, when you use Exception.ToString and the .pdb file is available,
you get info about the file name and line number that caused the exception.
Using the Release configuration, where the .pdb file is missing, you lose
that information and you get only the method name.

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com

> How does one use a .pdb file that contains debug symbols for a project.
> It contains binary data. How do I use it to diagnose the application?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.