Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This option gives extra control over the name of the program database (.pdb) file.
/Fdfilename
Use the /Fd option with the /Zd, /Z7, /Zi -Debug Info option to specify a .pdb file name that is different from the default.
The following code example causes the compiler to generate a debug info file named Mypdb.pdb.
CL /Zi /FdMYPDB.PDB PROG.CPP
See Also
Compiler Options | /Zd, /Z7, /Zi -Debug Info
Send Feedback on this topic to the authors