cv2pdb icon indicating copy to clipboard operation
cv2pdb copied to clipboard

Get a Backtrace using a PDB made with it

Open Zero3K opened this issue 7 years ago • 1 comments

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).

Zero3K avatar Dec 31 '18 22:12 Zero3K

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).

rainers avatar Jan 02 '19 16:01 rainers