ExceptionBreaker icon indicating copy to clipboard operation
ExceptionBreaker copied to clipboard

Managed Debugging Assistants get reset whenever the button is toggled

Open ashmind opened this issue 9 years ago • 0 comments

It seems that

            var guid = Guid.Empty;
            var hr = Session.RemoveAllSetExceptions(ref guid);

resets state of MDAs (and potentially other not-.NET exceptions?).

Since setting exceptions without RemoveAllSetExceptions does not work for some mysterious VS/COM reason, I'll have to record state of MDA, and restore it after the Remove call.

ashmind avatar Aug 11 '15 10:08 ashmind