Вопрос

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