Share via


/PDB (Windows CE 5.0)

Send Feedback

By default, when the /DEBUG- Generate Debug Info option is specified, the linker creates a program database (PDB), which holds debugging information. If /DEBUG - Generate Debug Info is not specified, the /PDB option is ignored.

/PDB:[filename]

The following table shows the settings for /PDB.

Command Line Settings Description
/PDB:filename Use Program Database,
Program Database Name
The linker creates a program database file with the given file name.

The default file name for the PDB has the base name of the program and the extension .pdb. To override the default name, type a file name in the Program Database Name text box, or specify /PDB:filename on the command line.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.