ReleaseMicrosoftMicrosoftpublished Apr 16, 2026seen 2d

microsoft/vscode-java-debug 0.59.0

microsoft/vscode-java-debug

Open original ↗

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

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.