Release 0.40.0
Added
- Support lazy loading object values from toString(). java-debug#401.
- API - Provide an api to query the processId of the debugging Java process. java-debug#399.
Changed
- Print logpoints to debug console. #710. Thanks to James Clark for contribution.
Fixed
- VM launch failure doesn't report a useful error. java-debug#397. Thanks to Karl von Randow for contribution.
- Engineering - Fix problemMatcher patterns for the watch task. #1137. Thanks to James Clark for contribution.