-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Breakpointspans using new compiler #594
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
Conversation
Also updates the fourslash breakpoints baseline to be more readable
…f last node of nodearaay
|
/waiting. I'm not sure this is the appropriate strategy for breakpoints. It's much cleaner to just dive down and find the token the user is on, then walk up to the best statement node that contains that token, and set the span on that. Right now you're having to implement all the 'walk down' code yourself. You can see how Roslyn accomplishes this here: |
|
Changes Unknown when pulling b2b7d22 on breakpoints into * on master*. |
Am still to do add no breakpoints in comments / empty line