views:

666

answers:

3

Hi Guys...

I have a lot of file in .pdb format, some of them downloaded, but until now i can't using or read what the inside, so i looking for how to read, view the .pdb file format from MS Windows XP.

any of you that's may know how to open it?

For any input would be help me and Many Thank You 1st.

A: 

.pdb files are meant to be used by debugger. I think the file format is private to Microsoft and not documented. BTW why do you want to read a pdb file?

Canopus
Could also be a Palm Pilot Database file.
Thilo
i found it after searched from google, e.g bible, books, comics, then google navigate me to download page with .pdb file but i can't look what inside, so think .pdb it self need converter or viewer tools, but many thank your input
jones
A: 

.pdb files contain debug symbols for .NET assemblies. You can't read the files directly, rather the framework uses them when debugging to output line numbers in stack traces.

Kyle Trauberman
i think PDB as in a Palm Pilot Database, but maybe any converter or viewer tools as free download you know? Thank you..
jones
Well, in that case, I would ask you question on Superuser.com
Kyle Trauberman
Thank for you attn so far, i also posted as http://superuser.com/questions/96641/pdb-file-viewer-or-reader-tools, hope you feel free to see the link...
jones
+4  A: 

If you mean PDB as in a "program database" that the debugger uses:

PDB files contain data about a file such as an EXE or DLL that is used to aid in debuggined. There are public interfaces that allow you to extract data from the file. See examples here:

If you mean PDB as in a Palm Pilot Database, then I know nothing about it, but the file format is available here:

Eilon
Ok thank You bro... i don't know what kind of pdb file instead, but maybe Palm Pilot Database, because the information there just contain several data, let's say comic text... and i want to read it.
jones