-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting a breakpoint inside a lamda that contains an object fails #518
Comments
Question: what is the best way to set up a proper example project having Anyhow - I did some mocking to make it compile and could reproduce it. I get the following error in the log:
|
I extracted it from a real use-case, but usually a recent Eclipse as target platform should be enough, probably only the structure needs to be preserved, for example |
@nettozahler do you plan to work on this? |
Well, I will do some debugging on this issue with reduced priority for me and see how far I can get. Maybe my Eclipse knowledge in |
Assume the following code
lastSample.ifPresent(System.out::println);
), it seems noting happens, but the Breakpoint view shows a breakpoint without a line number (in my real world code I get sett a breakpoint far away from the line i double clicked).super.run();
)Here is a video:
Peek.2024-09-27.09-35.mp4
The text was updated successfully, but these errors were encountered: