Skip to content

Release 0.44.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 01 Sep 07:54
· 64 commits to main since this release
f41953b

0.44.0 - 2022-09-01

Added

  • Experimental: Support processing JDWP commands asynchronously to improve response speed of remote debugging. It's only enabled by default on VS Code Insiders. You can also opt-in by setting java.debug.settings.jdwp.async. See #1208 and java-debug#436.
  • Add support to specify Java executable via the property javaExec in launch.json. See #1198. Thanks to Gayan Perera for contribution.
  • Add support for lambda breakpoints. See java-debug#427. Thanks to Gayan Perera for contribution.