вторник, 14 сентября 2010 г.

Force WinDbg to load symbols

Currently WinDbg checks whether pdb's are from the same file you are debugging or not.
For cases when you have not corresponding pdb file but you'd like to see the callstack and so on you should use  following WinDbg command:

.symopt 0x40
 For more info about symbol options visit msdn .