I sometimes use WinDbg and the SOS extension to debug my applications. There is a lot of good and useful functionality like seeing which objects are currently alive in memory which I really want to have while debugging from within Visual Studio.
Can I use the SOS extension from WinDbg within Visual Studio?