Skip to content

Release 0.59.0

Latest

Choose a tag to compare

@wenytang-ms wenytang-ms released this 16 Apr 02:44
· 2 commits to main since this release
158abb7

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.