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

Render toString() method for variables watch panel #1419

Closed
singhalmradul opened this issue Dec 11, 2023 · 1 comment
Closed

Render toString() method for variables watch panel #1419

singhalmradul opened this issue Dec 11, 2023 · 1 comment

Comments

@singhalmradul
Copy link

singhalmradul commented Dec 11, 2023

There should be a setting that allows us to render toString() methods for variables and Arrays.toString(array) for arrays as the memory addresses aren't that useful while debugging, otherwise we have to add them manually to the watch panel specifying the toString() method.

@testforstephen
Copy link
Contributor

we already provide such as setting java.debug.settings.showToString for that.

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

No branches or pull requests

2 participants