-
Notifications
You must be signed in to change notification settings - Fork 340
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
[Bug] - Can not debug lambda expression #1454
Comments
cannot reproduce. If you have some sample project to reproduce it consistently, feel free to share with us and reopen the issue. lambda_breakpoint.mp4 |
This was performed on Linux machine, could you please try just to be sure that this is only on my pc? Thanks! |
Hi @rgrunber, apologies for tagging you here, but you are only one who I know that uses linux, I was wondering could you please try to reproduce this with this example project - demo.zip? As of now I am not able to set inner debug breakpoint unless app is started, and also the inner breakpoint does not work, it does not stops the app when it reaches that. Screencast.From.2024-11-22.17-28-39.mp4 |
Works for me. At first I thought the inline breakpoint could only be set while already debugging. I then noticed it could be set with the Screencast.from.2024-11-25.00-05-39.mp4I did notice the following error sent to the client error logs but might not be related since it does seem to work for me : stacktrace
|
@rgrunber, thank you a lot! After clean install of OS, and clean installation of VSCode it seems that everything works like a charm. 😄 |
[provide a description of the issue]
I have a stream, and I do couple of operations (filter, limit, foreach), when I try to set the breakpoint to lambda, it does not work.
Environment
Steps To Reproduce
Screencast.from.2024-03-17.08-20-55.webm
Current Result
Expected Result
Additional Informations
The text was updated successfully, but these errors were encountered: