Question

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
Was it helpful?

Solution 2

You can use WinDbg integration feature of Visual Studio 2012

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top