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

Use signs to keep track of breakpoints #1707

Closed
wants to merge 1 commit into from
Closed

Use signs to keep track of breakpoints #1707

wants to merge 1 commit into from

Conversation

arp242
Copy link
Contributor

@arp242 arp242 commented Mar 5, 2018

Fixes #1688

Signs already get updated correct when adding/removing lines, so use
information from :sign place instead of keeping track of our own list
of breakpoints. This also makes sure that what the user sees always
matches with that Vim/Delve thinks should happen.

TODO: needs some more testing. I saw an error or two I didn't have
before.

Fixes #1688

Signs already get updated correct when adding/removing lines, so use
information from `:sign place` instead of keeping track of our own list
of breakpoints. This also makes sure that what the user sees always
matches with that Vim/Delve thinks should happen.

TODO: needs some more testing. I saw an error or two I didn't have
before.
@arp242 arp242 added the wip label Mar 5, 2018
@arp242 arp242 self-assigned this Mar 21, 2018
@fatih
Copy link
Owner

fatih commented Sep 2, 2018

Another ping :)

@arp242
Copy link
Contributor Author

arp242 commented Sep 2, 2018

I'm not going to continue working on this; I worked on the debugger initially because I thought it would be useful, but found that it's, well, not.

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

Successfully merging this pull request may close these issues.

None yet

2 participants