Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managed Debugging Assistants get reset whenever the button is toggled #11

Open
ashmind opened this issue Aug 11, 2015 · 0 comments
Open

Comments

@ashmind
Copy link
Owner

ashmind commented Aug 11, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant