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.

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.showToStringto false disables the entire feature. It would be beneficial to disable only the lazy loading.