Skip to content

Conversation

@sheetalkamat
Copy link
Member

Am still to do add no breakpoints in comments / empty line

@CyrusNajmabadi
Copy link
Contributor

/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:
https://roslyn.codeplex.com/SourceControl/latest#Src/Workspaces/CSharp/Extensions/BreakpointSpans.cs

@sheetalkamat sheetalkamat deleted the breakpoints branch October 22, 2014 01:10
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b2b7d22 on breakpoints into * on master*.

@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants