answersLogoWhite

0

What is a PDB file?

Updated: 11/11/2022
User Avatar

Wiki User

14y ago

Best Answer

A PDB is a Program Data Base file. These are used as references for code writers, as well as in Debugging applications.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a PDB file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you open a .pdb file?

Another working software is "isilo". It can be downloaded from http://www.isilo.com/download/iSiloW32.htm.There's is one more and i.e. is ereader version 3.0.4 or above.---http://en.filesupport.org/file-extension/pdb


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

PDBA program database (PDB) file holds debugging and project state information that allows incremental linking of a Debug configuration of your program. A PDB file is created when you build your dotnet programme or c/c++. It is located in the same location where application exe is present.


Is there any software to convert pdb file to pdf?

ABC Amber Palm Converter.It is a freeware


What is the full form of PDB?

NOT PDB ...IT IS PDF-Potable Document Format


Which software to read pdb file in my computer?

isilo is the software. See isilo.com. For Palm OS and certain smartphones. See list on website.


Where is the PDB box located on F150 1994 Ford?

Not sure what a PDB box is. Please explain.


What is the difference between pdf and pdb?

Hello I think your question mentions to document file format. A PDF is Portable Document Format (PDF) is an open standard for document exchange. This file format, created by Adobe Systems in 1993, is used for representing documents in a manner independent of application software, hardware, and operating systems. And PDB in this situation, it refers to an e-book format for certain e-books, although it is not strictly a file type format unto itself. I got this kind of documents on my mobile phone, I used it to read books. So it seems there is no connection between PDF and PDB. They are just two different types of documents.


What is pdb panel?

power distribution board


What is the Difference between MCC and PDB?

mcc is motor control center consists of motor starter . pdb is power distribution board which is used to distribute the power.


Can you get Watchtower Library on your Nokia N8 and If so how?

use isilo software in nokia. get watchtower in pdb format from torrents install it copy the pdb files to mobile,thats it


How can make pdb file in my computer?

Download iSiloX (freeware converter from iSilo) and use it. It will convert Word docs and Excel spreadsheets to .pdbs you can read on iSilo, and all the formatting will be there too. http://www.isilox.com/


Is there a way to convert a binary dll file to text so the dll file can be read and understood?

If you have access to the symbols and a debugger, then yes. However, without a symbol file for the binary, you can only extract limited information from the binary. You might try Spy++(SpyXX.exe), Dependency Walker (depends.exe), and/or a hex editor. A symbol file will have the same name as the binary DLL, or EXE and a file extension of .pdb (e.g. ntdll.dll, ntdll.pdb / ntoskrnl.exe, ntoskrnl.pdb)