/Fd - Rename .PDB File
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 example causes the compiler to generate a debug info file named Mypdb.pdb.
CLxxx /Zi /FdMYPDB.PDB PROG.CPP
Where CLxxx is the name of the compiler for the target processor family.
See Also
About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide | /Zd, /Z7, /Zi -Debug Info
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.