github microsoft/vscode-java-debug 0.27.0
Release 0.27.0

latest releases: 0.57.0, 0.56.1, 0.56.0...
3 years ago

Added

  • Break on exception for "just my code". #756.
  • Support step "just my code". #628.
  • Show return value of a method. #660.
  • Support "copy value" from Variable viewlet. #819.
  • From upstream jdt: support using lambda and reference expressions in debug evaluation. #281.
  • From upstream jdt: support evaluating local variables in the lambda body. #754.

Changed

  • Always give UI feedback whenever you click ⚡ button to apply code changes. #833.
  • Automatically add -XX:+ShowCodeDetailsInExceptionMessages when launching your program with Java 14. #797.
  • Adopt the new resolveVariable API. #750.
  • Adopt DebugAdapterDescriptorFactor API. #751.

Fixed

  • Give a response when you trigger debugging in LightWeight mode. #841.
  • Failed to get variables. Reason: com.sun.jdi.InvalidStackFrameException. #767.
  • Render the source link for stack trace from Java modules. #824.

Don't miss a new vscode-java-debug release

NewReleases is sending notifications on new releases.