Skip to content

Releases: microsoft/vscode-java-debug

Release 0.58.0

01 Jul 05:15
abc84c0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Release 0.54.0

30 Aug 02:05
415ae57
Compare
Choose a tag to compare

0.54.0 - 2023-08-29

Added

  • Code completion in DEBUG CONSOLE now adds fully qualified names for unimported classes. See #1246.
  • Code completion in DEBUG CONSOLE now displays package names for suggested types. See java-debug#505.
  • Integrate the build support for Gradle build server project. See #1372, java-debug#503

Changed

  • Respect the setting 'java.debug.settings.forceBuildBeforeLaunch' even if autobuild is disabled. See #1380.

Release 0.53.0

01 Aug 01:56
dda5427
Compare
Choose a tag to compare

0.53.0 - 2023-08-01

Added

  • Automatically refresh the CALL STACK view when the attached sources for frames have changed. See #1370.

Changed

  • Remove marketplace preview flag. See #1369.

Release 0.52.0

30 Jun 07:51
b8ecedc
Compare
Choose a tag to compare

0.52.0 - 2023-06-30

Added

  • Use the setting java.debug.settings.debugSupportOnDecompiledSource to enable/disable debugging support on the decompiled source code. This feature requires Language Support for Java by Red Hat@1.20.0 or higher. See #1356.

Release 0.51.0

31 May 03:14
5337fa4
Compare
Choose a tag to compare

0.51.0 - 2023-05-31

Fixed

Release 0.50.0

26 Apr 02:16
968aaf3
Compare
Choose a tag to compare

0.50.0 - 2023-04-26

Added

  • Support specifying the exception types you want to break on. See #1175 and #295.