C Carl Daniel [VC++ MVP] Feb 21, 2005 #2 Michael said: How can I view PDB file in nice formatting page. TQ Click to expand... See the documentation on the DbgHelp library in MSDN. http://msdn.microsoft.com/library/en-us/debug/base/debug_help_library.asp?frame=true AFIAK that's the only documented API for accessing PDB file contents. -cd
Michael said: How can I view PDB file in nice formatting page. TQ Click to expand... See the documentation on the DbgHelp library in MSDN. http://msdn.microsoft.com/library/en-us/debug/base/debug_help_library.asp?frame=true AFIAK that's the only documented API for accessing PDB file contents. -cd
H Holger Grund Feb 22, 2005 #3 See the documentation on the DbgHelp library in MSDN. http://msdn.microsoft.com/library/en-us/debug/base/debug_help_library.asp?frame=true AFIAK that's the only documented API for accessing PDB file contents. Click to expand... There's also the DIA SDK which ships with VS. I think this is the preferred way (at least for off-line) access to debug information. http://msdn.microsoft.com/library/en-us/diasdk/html/vsoriDebugInterfaceAccessSDK.asp -hg
See the documentation on the DbgHelp library in MSDN. http://msdn.microsoft.com/library/en-us/debug/base/debug_help_library.asp?frame=true AFIAK that's the only documented API for accessing PDB file contents. Click to expand... There's also the DIA SDK which ships with VS. I think this is the preferred way (at least for off-line) access to debug information. http://msdn.microsoft.com/library/en-us/diasdk/html/vsoriDebugInterfaceAccessSDK.asp -hg
C Carl Daniel [VC++ MVP] Feb 22, 2005 #4 Holger said: "Carl Daniel [VC++ MVP]" AFIAK that's the only documented API for accessing PDB file contents. Click to expand... There's also the DIA SDK which ships with VS. Click to expand... Cool - I'd never heard of that one. -cd
Holger said: "Carl Daniel [VC++ MVP]" AFIAK that's the only documented API for accessing PDB file contents. Click to expand... There's also the DIA SDK which ships with VS. Click to expand... Cool - I'd never heard of that one. -cd