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

Setting to disable lazy loading from toString() #407

Closed
eakst7 opened this issue Apr 6, 2022 · 1 comment
Closed

Setting to disable lazy loading from toString() #407

eakst7 opened this issue Apr 6, 2022 · 1 comment

Comments

@eakst7
Copy link

eakst7 commented Apr 6, 2022

PR #401 introduced lazy loading values from toString() methods.

Unfortunately, this can mean a lot of additional clicking necessary to show the desired debug information. Setting java.debug.settings.showToString to false disables the entire feature. It would be beneficial to disable only the lazy loading.

image

@testforstephen
Copy link
Contributor

VS Code 1.67.0 has provided such a setting debug.autoExpandLazyVariables to allow you to expand the variable full value by default. So closing this issue.

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