top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Define a pdb file in C\C++?

+2 votes
251 views
Define a pdb file in C\C++?
posted Jan 27, 2015 by Anwar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

A program database (PDB) file contains debugging and project state information that allows incremental linking of a Debug configuration of the program.

This file is created when you compile a C/C++ program with /ZI or /Zi or a Visual Basic/C#/JScript .NET program with /debug.

answer Jan 28, 2015 by Mohammed Hussain
...