microsoft/vscode-java-debug 0.59.0
microsoft/vscode-java-debug
Captured source
source ↗published Apr 16, 2026seen 2dcaptured 9hhttp 200method plain
Release 0.59.0
Repository: microsoft/vscode-java-debug
Tag: 0.59.0
Published: 2026-04-16T02:44:35Z
Prerelease: no
Release notes:
Added
- Support pause all threads when hit breakpoints. #1603.
- Support suspend all setting. java-debug#619.
Changed
- Provide graceful shutdown on debug stop action. java-debug#620.
Fixed
- Use JDTUtils.toUri() for decompiled class file URIs. java-debug#624.
- Handle NoSuchMethodError for isMainMethodCandidate() on older JDT. java-debug#622.
- Exclude Map.Entry from lazy loading to show key:value inline. java-debug#621.