문제

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