Skip to content

Releases: microsoft/vscode-java-debug

Release 0.59.0

16 Apr 02:44
158abb7

Choose a tag to compare

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.

Release 0.58.5

14 Jan 05:58
00a5599

Choose a tag to compare

Fixed

release 0.58.4

10 Dec 09:08
89ec914

Choose a tag to compare

Added

  • Add command to manage breakpoint exception types in command palette. #1566. Thanks to Roland Schaer for contribution.

Fixed

Release 0.58.3

07 Nov 08:22
86fff7f

Choose a tag to compare

Added

Release 0.58.1

04 Nov 07:19
4d30fc1

Choose a tag to compare

0.58.1 - 2024-10-31

Added

  • The launch config envFile now supports an array of env files. #1505. Thanks to Ed Hillmann for contribution.

Fixed

  • Fail to debug with java 23 - Unrecognized option: -Xnoagent. java-debug#561.

Release 0.58.0

01 Jul 05:15
abc84c0

Choose a tag to compare

0.58.0 - 2024-06-27

Fixed

  • Latest Gradle Language Support extension cause hot code replace to fail. #1402.
  • Hot Code Replace returns "Cannot find any changed classes for hot replace!" message. #1481.

Release 0.57.0

26 Mar 05:08
d5e1716

Choose a tag to compare

0.57.0 - 2024-03-26

Added

  • Add support for running Java 21 "Unnamed classes and Instance main method". #1444.

Release 0.56.1

20 Feb 02:02
95d9474

Choose a tag to compare

0.56.1 - 2024-02-19

Fixed

  • Fix the java.lang.NoClassDefFoundError when triggering code completion in DEBUG CONSOLE. See java-debug#534.

Release 0.56.0

31 Jan 03:56
b23358f

Choose a tag to compare

0.56.0 - 2024-01-31

Fixed

  • Breakpoint doesn't work on lambdas which returns a generic type. See java-debug#498, #1413 and #1414.

  • Breakpoint with inline lambdas work only with last one. See #1410.

  • StepInto method target doesn't work if the method is part of wrapped expression. See java-debug#519.

    Thanks to Gayan Perera for contribution in fixing multiple bugs.

Release 0.55.0

08 Dec 02:51
f34e95c

Choose a tag to compare

0.55.0 - 2023-11-01

Changed

  • Don't duplicate build reference projects when building a Gradle project managed by Build Server. java-debug#511.

Fixed

  • Cannot find Java process when using "Attach by Process ID". #1388. Thanks to owl-from-hogvarts for contribution.