Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a Backtrace using a PDB made with it #44

Open
Zero3K opened this issue Dec 31, 2018 · 1 comment
Open

Get a Backtrace using a PDB made with it #44

Zero3K opened this issue Dec 31, 2018 · 1 comment

Comments

@Zero3K
Copy link

Zero3K commented Dec 31, 2018

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
Copy link
Owner

rainers commented Jan 2, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants