I very like use SOS Debugging Extension for my .NET projects from Visual Studio. There is also SOSEX Debugging Extension with additional commands, but I can use SOSEX only from WinDbg. Is there some way to use SOSEX from Visual Studio? I tried run it from Immediate Window:

.load D:\sosex\sosex.dll
Error during command: IDebugClient asked for unimplemented interface
Error during command: extension initialization failed
有帮助吗?

解决方案 2

You can use WinDbg integration feature of Visual Studio 2012

其他提示

SOSEX won't work with VS. I've not had enough time or demand to make it work there. Sorry about that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top