Pregunta

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
¿Fue útil?

Solución 2

You can use WinDbg integration feature of Visual Studio 2012

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top