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.