Skip to content

Releases: microsoft/vscode-java-debug

Release 0.34.0

26 May 05:04
47b59df

Choose a tag to compare

0.34.0 - 2021-05-26

Changed

  • Allow customizing the "classPaths" and "modulePaths" configurations via launch.json. See #93, #980.

Release 0.33.1

30 Apr 11:25
ef8f74c

Choose a tag to compare

0.33.1 - 2021-04-30

Fixed

  • HotFix: After upgrade from vscode-java v0.77.0 to v0.78.0 can't debug tests. #995.

Release 0.33.0

28 Apr 07:16
6a56a5a

Choose a tag to compare

0.33.0 - 2021-04-28

Added

  • Support inline values feature. PR#977.
  • Show VARIABLES with different data views. PR#982.
  • Adopt new APIs from vscode-tas-client. #974.
  • Adopt workspaceTrust in package.json. PR#988.

Changed

  • Engineering: Clean up deprecated logs. PR#987.

Fixed

  • Breakpoints inside record methods don't work. #973.
  • Support environment variable for port number in launch.json debug configuration. #962.
  • Thanks for the contribution from ZingBlue: Spelling fix. #968.

Release 0.32.1

23 Mar 05:49
e60e0d3

Choose a tag to compare

0.32.1 - 2021-03-23

Fixed

  • Cannot launch debug session using JDK 16. #970.

Release 0.32.0

15 Mar 02:51
3987fe3

Choose a tag to compare

Added

  • Adopt TAS client for A/B testing. PR#959.

Changed

  • Update to new product logo. PR#952.
  • Adopt new 'run' menu in editor title. PR#956,PR#960.
  • Engineering - Enable GitHub Actions. PR#951.

Release 0.31.0

03 Feb 01:44
1dd62b3

Choose a tag to compare

Added

  • Support envFile option in launch.json. #523.

Fixed

  • Git bash failed to execute Run/Debug when Windows username have blank space. #678.
  • TEMP folder with spaces breaks debugger process. #822.
  • The sort of completion list in DEBUG CONSOLE is different from that in editor. #909.
  • The program failed to run in terminal if clicking run button several times in succession. #924.
  • Fix vulnerabilities. #935, #936.

Release 0.30.0

17 Dec 08:23
4f6951d

Choose a tag to compare

0.30.0 - 2020-12-16

Added

  • Add run button as inline button in Java Project Explorer. PR#900.
  • Use progress to hint the current build status whenever you trigger the Run and Debug features. PR#919.
  • Thanks for the contribution from pablojimpas: Spanish localization support. PR#904.

Changed

  • Make the run buttons in editor toolbar more context-aware. PR#898.
  • Update the group name of the Run and Debug menus registered in the Java Project Explorer. PR#908.
  • Simplify the name label of the launch configuration. PR#921.
  • Debt: Enable more tslint rules. PR#914,PR#918.

Fixed

  • Find Java version from release file. #910.

Release 0.29.0

16 Oct 12:04
0f6ad59

Choose a tag to compare

Added

  • Jump to source when clicking the stack trace printed to the terminal. PR#890.
  • Contribute Run and Debug menus to Project Explorer. #878.
  • Provide a user setting java.debug.settings.vmArgs to set the default VM arguments to launch your program. #220,#876.
  • Provide a user setting java.debug.settings.onBuildFailureProceed to force the debug session to proceed when build fails. #888.

Changed

  • Allow cancelling the outdated codelens job. PR#881.

Fixed

  • Fix the wrong auto-completion result when typing the evaluation expression in DEBUG CONSOLE. #880.
  • Fix the error 'UNC path is missing sharename: \\java'. #882.
  • Use the correct runtime to validate the JVM versions between the debugger and debuggee. PR#353.

Release 0.28.0

27 Aug 07:19
f416ebc

Choose a tag to compare

Added

  • Add run/debug buttons to editor title bar for single file debugging. #834.
  • Add user settings java.debug.settings.jdwp.limitOfVariablesPerJdwpRequest and java.debug.settings.jdwp.requestTimeout to control JDWP request. #862,#863.

Changed

  • Reduce the frequency of JDWP requests to improve performance when expanding VARIABLES view. #347.
  • Migrate the legacy log to the telemetry wrapper. #866.

Fixed

  • Fix Hot Code Replace error "Cannot find any changed classes for hot replace!". #855.

Release 0.27.1

22 Jul 02:34
d5d85a6

Choose a tag to compare

Fixed

  • Hot Code Replace always reports "Cannot find any changed classes for hot replace!". #850.