Skip to content

Be able to search lambda breakpoint for both chained and multiline lambdas - #529

Closed
Jinbo Wang (testforstephen) wants to merge 2 commits into
microsoft:mainfrom
testforstephen:jinbo_lambda
Closed

Be able to search lambda breakpoint for both chained and multiline lambdas#529
Jinbo Wang (testforstephen) wants to merge 2 commits into
microsoft:mainfrom
testforstephen:jinbo_lambda

Conversation

// location.
BreakpointLocationLocator locator = new BreakpointLocationLocator(astUnit,
sourceLine, true, true);
sourceLine, true, true, astUnit.getPosition(sourceLine, 0), 0);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a limitation of the upstream ValidBreakpointLocationLocator. It requires the selection offset to search for line breakpoints on nested chained or multiline lambdas.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@testforstephen

Copy link
Copy Markdown
Contributor Author

superseded by #522

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 this pull request may close these issues.

[Critical] Cannot debug multiline nested method expression's lambda statements Breakpoint with inline lambdas work only with last one

1 participant