No filenames in pdb program database.
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2009-06-16T18:30:14Z
Indexed on
2010/04/14
0:33 UTC
Read the original article
Hit count: 383
pdb-ms
|visual-studio-2005
I have a .pdb program database from a C++ application compiled in debug on Windows VS2005. I use the DIA SDK to find function names but I can't seem to retrieve the filenames for the symbols.
Is there some switch I need to turn on? Does this work?!
© Stack Overflow or respective owner