Skip to content
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

inline breakpoint will not stop , when lambda in flatMap #1413

Closed
xinqingyaohao opened this issue Nov 23, 2023 · 1 comment · Fixed by microsoft/java-debug#499
Closed

inline breakpoint will not stop , when lambda in flatMap #1413

xinqingyaohao opened this issue Nov 23, 2023 · 1 comment · Fixed by microsoft/java-debug#499

Comments

@xinqingyaohao
Copy link

xinqingyaohao commented Nov 23, 2023

inline breakpoint will not stop , when lambda in flatMap, for example:
List listd = listc.stream().flatMap(ele->ele.stream()).collect(Collectors.toList());

@xinqingyaohao xinqingyaohao changed the title inline breakpoint will not stop , when lambda in flapMap inline breakpoint will not stop , when lambda in flatMap Nov 23, 2023
@gayanper
Copy link
Contributor

Could be related to #1359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants