-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Breakpoints are kept on the same line when lines are added removed #1688
Comments
arp242
added a commit
that referenced
this issue
Mar 21, 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.
bhcleek
pushed a commit
to bhcleek/vim-go
that referenced
this issue
Jan 13, 2019
Fixes fatih#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.
bhcleek
pushed a commit
to bhcleek/vim-go
that referenced
this issue
Jan 13, 2019
Fixes fatih#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.
bhcleek
pushed a commit
to bhcleek/vim-go
that referenced
this issue
Jan 13, 2019
Fixes fatih#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.
bhcleek
pushed a commit
to bhcleek/vim-go
that referenced
this issue
Jan 13, 2019
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. Stop removing breakpoints when debugging stops. Fixes fatih#1688
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This causes issues after running
:GoDebugRestart
, as it will now be on an unexpected line.The text was updated successfully, but these errors were encountered: