Seems to fail to load pstacks in WinDbg Preview 1.22
0: kd> .load C:\WinDbg\pstacks\pstacks.dll 0: kd> !pstacks No export pstacks found
Is there a workaround?
Yes, you load gsose.dll :-)
.load C:\WinDbg\gsose\gsose.dll
!help
!pstacks
Ah I'm sorry, I was trying to load gsose to use pstacks, but got the following message:

windbg 1.2210.3001.0
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:

- open a memory dump
- load gsose.dll
- type !pstacks
Are you live debugging a running process? What is the version of the .NET runtime?
No I'm debugging a .dmp file from a .net 6 exe on windows 11