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

Need a wait handle on ExceptionInfo #11

Open
alexrp opened this issue Nov 20, 2013 · 1 comment
Open

Need a wait handle on ExceptionInfo #11

alexrp opened this issue Nov 20, 2013 · 1 comment

Comments

@alexrp
Copy link

alexrp commented Nov 20, 2013

Otherwise there's no sane way to wait for the type name and message to load.

@jstedfast
Copy link
Member

Well, what we should really do is get rid of ObjectValue.GetChild() and instead just use ObjectValue.GetChildren() and then we can wait on that (see the debugger unit tests for GetAllChildrenSync() extension method).

Then from there, look for the Message property, etc.

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

2 participants