cv2pdb
cv2pdb copied to clipboard
Get a Backtrace using a PDB made with it
How do I do that? I am using the WinDbg that is included in WDK 7.1.0. When the program associated with the generated PDB crashes, I am not able to use the bt command (it states "Operation not supported in current debugging session).
How do I do that? I am using the WinDbg that is included in WDK 7.1.0.
No idea if there is something special about that version, but AFAICT any windbg version should be fine.
(it states "Operation not supported in current debugging session).
That doesn't sound like it's related to debug information (windbg can also show a stack without debug information, but it might be cut short).