Reputation: 31
i have a C++ application compiled with VS 2008 with pdb file enabled. After i tried to use dv command to display local vars, it shows the following message:
Unable to enumerate locals, HRESULT0x80004005
Private symbols (symbols.pri) are required for locals.
Type ".hh dbgerr005" for details.
Note that:
start end module name
00400000 0043f000 helloworld (private pdb symbols) c:\test...
Does anyone know the cause? Is there any configuration i missed to enable local var watch? Or VS 2008 pdb is not supported by windbg (i'm using the latest windbg version)?
Upvotes: 0
Views: 3434
Reputation: 31
Sorry. i found the windbg has been updated to 6.12 and mine is 6.6. And the issue disappeared after i installed the 6.12.
Upvotes: 1