VS.NET 2005 Debugger chokes on COM/.NET Interop Debugging
Posted by: Rick Strahls WebLog,
on 26 Oct 2005 |
View original
Aargh…
I’m spending some time today adding .NET 2.0 features to Help Builder’s type import routines. For the most part I expected this to go real smoothly but as it turns out a lot more work than I anticipated, no thanks to VS.NET which is getting in the way...
It looks like VS.NET 2005 RC does not want to debug COM objects properly. I have the debugger set up properly to debug into some specific code that does type parsing and a few breakpoints set. The debugger...