Skip to content

Releases: microsoft/vscode-java-debug

Release 0.17.0

06 Mar 09:13
2269b3d

Choose a tag to compare

Added

  • Popup the exception details via a UI widget when an exception breakpoint is hit. #522.

Changed

  • Reduce the extension load time by using webpack. #492, #517.

Fixed

  • Add a new debug configuration shortenCommandLine to fix the issue "CreateProcess error=206, The filename or extension is too long". #110.

Release 0.16.0

12 Dec 09:24
0651087

Choose a tag to compare

Added

  • Provide Chinese localized settings page for Java debugger, including launch.json configuration and user settings. #472, #477.
  • Add new user settings java.debug.settings.forceBuildBeforeLaunch to control whether to build the workspace before Run/Debug. #462.
  • F5 will auto launch the current Java file if mainClass in launch.json is set to the variable ${file}. #431

Changed

  • Simplify generated launch.json. #476.
  • Remove the emoji before Run/Debug CodeLens. #475.
  • Use vscode.open api instead of opn library. #479.

Fixed

  • Fix the main class isn't unique issue. #420.

0.15.0

01 Nov 07:08
14fe7d5

Choose a tag to compare

release 0.15.0

0.14.0

10 May 08:02
03830db

Choose a tag to compare

Prepare CHANGELOG for 0.14.0 (#456)

0.13.0: Update changelog (#436)

10 May 08:05
ec2e5dd

Choose a tag to compare

* Update changelog

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Update changelog per review

0.12.2

06 Sep 04:59
c6ce11e

Choose a tag to compare

Bump version to 0.12.2 (#406)