rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
466 stars 110 forks source link

Get a Backtrace using a PDB made with it #44

Open Zero3K opened 5 years ago

Zero3K commented 5 years ago

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

rainers commented 5 years ago

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