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

Debugger watch windows cannot handle toString() which returns null #29

Closed
sharwell opened this issue Feb 20, 2015 · 0 comments · Fixed by #40
Closed

Debugger watch windows cannot handle toString() which returns null #29

sharwell opened this issue Feb 20, 2015 · 0 comments · Fixed by #40
Assignees

Comments

@sharwell
Copy link
Member

If an object's toString() method returns null, the debugger watch windows do not show any values.

In this case, the debugger should fall back to using a non-virtual call to Object.toString() to obtain the string value associated with an instance.

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

Successfully merging a pull request may close this issue.

1 participant