Skip to content

Release 0.29.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 16 Oct 12:04
0f6ad59

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.