I have a COM application which is effectively an add-in for PowerPoint. In previous versions, it utilized .NET 2.0 and later, .NET 3.5 (which both have the same CLR version). I used to WinDbg and CDB for debugging my .NET applications, purely for exceptions. It works nicely... However, it does not work now that I have used .NET framework for my latest version!
Does anyone know of a fairly straight-forward and lightweight .NET 4.0 debugger, which would be similar to WinDbg? I understand Microsoft no longer support CLR debugging for .NET 4.0, but why???
Additionally, would anyone know of any other 'light-weight' method I can use to debug my application? It is installed on hundreds of machines and installing VS2010 is not an option unfortunately!
Appreciate any input.
Mike
understand Microsoft no longer support CLR debugging for .NET 4.0, but why???
That is not true. CLR debugging with SOS / PSSCOR works fine for v4. – vcsjones