-
Notifications
You must be signed in to change notification settings - Fork 21
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
Seems to fail to load pstacks in WinDbg Preview 1.22 #4
Comments
Is there a workaround? |
Yes, you load gsose.dll :-)
|
Hi @thombrink! pstacks.dll is a simple console application you use outside of WinDBG. The pstacks command is in gsose.dll that you load in WinDB (exactly what you did) I just tried it with WinDBG 1.2210.3001.0 without any problem:
Are you live debugging a running process? |
No I'm debugging a .dmp file from a .net 6 exe on windows 11 |
0: kd> .load C:\WinDbg\pstacks\pstacks.dll
0: kd> !pstacks
No export pstacks found
The text was updated successfully, but these errors were encountered: