Skip to content

Release 0.56.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 31 Jan 03:56
· 15 commits to main since this release
b23358f

0.56.0 - 2024-01-31

Fixed

  • Breakpoint doesn't work on lambdas which returns a generic type. See java-debug#498, #1413 and #1414.

  • Breakpoint with inline lambdas work only with last one. See #1410.

  • StepInto method target doesn't work if the method is part of wrapped expression. See java-debug#519.

    Thanks to Gayan Perera for contribution in fixing multiple bugs.