Using Eclipse Luna, I've been changing some of my Java code to use lambdas and method references instead of traditional control flow.
However, when trying to step through this new code in the Eclipse debugger, I've been unable to step into the interface calls with F5. Instead, the debugger skips over the call as though I had pressed F6. This obviously makes debugging very difficult.
How can I configure Eclipse to let me step into lambdas and method references?