/PDBPATH (Windows CE 5.0)
This option reports the .pdb files that correspond to the specified filename.
/PDBPATH[:VERBOSE] filename
Where filename is the name of the .dll or .exe file for which you want to find the matching .pdb file.
VERBOSE (optional) reports all directories where an attempt was made to locate the .pdb file.
/PDBPATH searches your computer along the same paths that the debugger searches for a .pdb file and reports the .pdb files that correspond to the file specified in filename (if there are any).
Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.
See Also
Send Feedback on this topic to the authors