Ever since I installed VS.NET 2003, I have experienced the following problem
when debugging managed applications:
Whenever an exception is thrown from BCL code, the IDE will pause for
approximately 10 seconds before either jumping to my exception handler (if
there is one) or displaying the unhandled exception messagebox. The CPU is
pegged at 100% during this time. Exceptions which I throw from my own code
behave normally. What's going on? Is there some kind of dump taking place
which is taking all that time?
Any suggestions appreciated, as this is making debugging very cumbersome.
Thanks,
Jeremy
Jeremy Lew - 26 Aug 2003 15:01 GMT
This also happens, although not quite as severely, using the framework's GUI
debugger.
> Ever since I installed VS.NET 2003, I have experienced the following problem
> when debugging managed applications:
[quoted text clipped - 9 lines]
> Thanks,
> Jeremy