You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a method taking multiple lambdas(i.e. just good ol' java Consumer) and calling those with inline lambdas a breakpoint only works on a last one. Taking lambda out or using null makes breakpoints to work.
Environment
Operating System: Linux (ubuntu 18.04)
JDK version: 17
Visual Studio Code version: 1.82.2
Java extension version: 1.24.0
Java Debugger extension version: 0.55.0
Steps To Reproduce
Copy this test class and add breakpoints to println calls and testMethod* calls.
Having a method taking multiple lambdas(i.e. just good ol' java Consumer) and calling those with inline lambdas a breakpoint only works on a last one. Taking lambda out or using
null
makes breakpoints to work.Environment
Steps To Reproduce
Copy this test class and add breakpoints to
println
calls andtestMethod*
calls.The text was updated successfully, but these errors were encountered: