Skip to content

Improve inline breakpoint discovery when expression is multiline. Fix #521#522

Merged
testforstephen merged 3 commits intomicrosoft:mainfrom
gayanper:multi-line-breakpoint-discovery
Dec 13, 2023
Merged

Improve inline breakpoint discovery when expression is multiline. Fix #521#522
testforstephen merged 3 commits intomicrosoft:mainfrom
gayanper:multi-line-breakpoint-discovery

Conversation

@gayanper
Copy link
Contributor

@gayanper gayanper commented Dec 2, 2023

When checking for lambda expression visible in same line, instead of matching the lambda line to current source line, this fix checks if the lambda is related to the current source line as part of a expression by traversing the parents unit we find the source line.

Loading
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

2 participants