Release 0.56.0
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.