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

debug: do not change to a non-existent file #3520

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Feb 15, 2023

Do not try to change to a non-existent file in update_breakpoint. Trying to change to a non-existent file causes the file to not be changed, and s:sync_breakpoints to try to add a breakpoint for any missing signs twice.

Fixes #3518

Do not try to change to a non-existent file in update_breakpoint. Trying
to change to a non-existent file causes the file to not be changed, and
s:sync_breakpoints to try to add a breakpoint for any missing signs
twice.

Fixes fatih#3518
@bhcleek bhcleek added this to the vim-go v1.29 milestone Feb 15, 2023
@bhcleek bhcleek merged commit c59f25b into fatih:master Feb 15, 2023
@bhcleek bhcleek deleted the debug/fix-halt-on-start branch February 15, 2023 23:27
bhcleek added a commit that referenced this pull request Feb 15, 2023
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.

vim-go: failed to sync breakpoints
1 participant