Top "Pdb-files" questions

This PDB is Microsoft's "Program Database" format for debugging symbols, stored in files with a `.pdb` extension.

"PDB does not match image" error in C# VS2010 project

I've been using a library in my code base for a while now, and I wanted to debug right into …

c# .net visual-studio-2010 visual-studio pdb-files
CSC: error CS0041: Unexpected error writing debug information -- 'Operation is not supported on this platform.'

Just downloaded Visual Studio Professional for Mac and I cannot seem to build anything as I always get the same …

mono roslyn pdb-files xbuild visual-studio-mac
Symbol status showing "Skipped Loading" for dll in modules window?

I've recently upgraded some solution(s) to Visual studio 2013. All went OK apart from one which now generates the: Symbol …

c# iis visual-studio-2013 pdb-files
how to generate pdb files for Release build with cmake flags?

I am generating a visual studio solution using cmake. And now I want to generate pdb files for a Release …

visual-studio visual-studio-2012 cmake pdb-files
How to decompile pdb to get C# source code?

My scenario: I want to write in log file part of code where exception has happened (for example 5 lines before …

c# .net logging pdb-files decompiler
Disable C++ PDB generation from the IDE

We need to surpress generation of debug symbols. The options availble under project properties/ configuration properties / c/c++ / general / debug …

visual-studio-2010 visual-c++ pdb-files
Visual Studio 2008 - Add Reference

When adding a DLL as a reference to an ASP.Net project, VS2008 adds several files to the bin directory. …

visual-studio-2008 version-control intellisense pdb-files .refresh
How do I merge multiple PDB files?

We are currently using a single command line tool to build our product on both Windows and Linux. Si far …

visual-c++ command-line pdb-files
Are there any security issues leaving the PDB debug files on the live servers?

Are there any security issues keeping the .NET PDB files on the real server? I know that throwing exceptions might …

.net asp.net security pdb-files
How to match a crash's "Fault offset" to the source code?

An EXE I compiled keeps crashing. I have the following info in the Event Viewer when it crashes: Exception code: 0…

c++ visual-studio-2012 visual-studio-debugging pdb-files