About 1,780,000 results
Open links in new tab
  1. c# - What is a PDB file? - Stack Overflow

    Oct 10, 2010 · pdb is a program database file and it is created on compile. This file holds debugging and project state information that allows incremental linking of a debug …

  2. viewer - Reading a .pdb file - Stack Overflow

    Feb 11, 2012 · I have a lot of files in .pdb format, some of them downloaded, but until now I can't use or read what's inside, so I'm looking for how to read and view the .pdb file format from MS …

  3. .net - What's a PDB file? - Stack Overflow

    Jun 26, 2012 · A 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 …

  4. What is the usage of pdb's (Program DataBase)? - Stack Overflow

    Nov 9, 2024 · 1 Well you've given yourself a big clue in your title. It's the file Visual Studio needs to be able to debug your application. This MSDN page has more information. A program …

  5. PDB Downloader | Microsoft Community Hub

    Feb 15, 2019 · What are PDBs? A Program Database (.pdb) file, also called a symbol file, maps the identifiers that you create in source files for classes, methods, and...

  6. c++ - What's a practical use of .PDB files? - Stack Overflow

    Aug 28, 2010 · PDB files contain debugging information. If you keep them around at least for released versions of your software, you can debug any crashes a customer may have. You …

  7. C# release version has still .pdb file - Stack Overflow

    I want to deploy the release version of my application done in C#. When I build using the Release config, I still can see that .pdb files are produced, meaning that my application can be still deb...

  8. How to debug a referenced dll (having pdb) - Stack Overflow

    If it is a file (dll) reference, you need the debugging symbols (the "pdb" file) to be in the same folder as the dll. Check that your projects are generating debug symbols (project properties => …

  9. Error Message : Cannot find or open the PDB file

    A PDB file is created when you compile a C/C++ program with /ZI or /Zi Also for future reference, if you want to have PDB files for your own code, you would would have to build your project …

  10. How to include and view WPP trace messages in a driver’s public …

    Oct 12, 2018 · You can use the symbol file to capture WPP trace messages without worrying about out-of-sync TMF and symbol files. In this blog post, we’ll describe: How to include …