You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected to see the program output and have some way to pause its execution
What happened instead?
No output from the program gets shown in the output window, vim appears frozen, pressing ^C a few times restores control to the editor but not to the debugger.
Configuration (MUST fill this out):
vim-go version:
1.20
vimrc you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
vimrc
Vim version (first three lines from :version):
VIM - Vi IMproved 8.1 (2018 May 18, compiled May 27 2019 13:46:23)
Included patches: 1-1408
Modified by jonathon.fernyhough@york.ac.uk
Go version (go version):
go version go1.12.4 linux/amd64
The text was updated successfully, but these errors were encountered:
What did you do? (required: The issue will be closed when not provided)
Debugged https://github.com/aarzilli/delve_client_testing/blob/master/06manualstop/main.go, used
GoDebugContinue
twice to start the program.What did you expect to happen?
Expected to see the program output and have some way to pause its execution
What happened instead?
No output from the program gets shown in the output window, vim appears frozen, pressing ^C a few times restores control to the editor but not to the debugger.
Configuration (MUST fill this out):
vim-go version:
1.20
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):vimrc
Vim version (first three lines from
:version
):Go version (
go version
):go version go1.12.4 linux/amd64
The text was updated successfully, but these errors were encountered: