-
-
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
GoDebugContinue doesnot work in windows 10 #2481
Comments
There's an error in the delve output there. Perhaps you're not using the version of delve that you think you are. Like last time, can you start vim with Note that the command that's output by vim-go will be in an array of quoted strings. Of course, you'll want to convert that to the proper commandline form by removing the square brackets and quotes where appropriate. |
Do you see the same problem with
|
Yes. The example has the same problem. |
What's the output in the GODEBUG_OUTPUT window when debugging the simple example? |
It seems to work well. But when the first time run GoDebugContinue, it will stop for about 10 seconds. |
The gif doesn't seem to show much else other than what we've already talked about. 🤔 |
RPC responses are sometimes empty on Windows, so check that the results are a dictionary and that the result field is not empty. Fixes fatih#2511 Fixes fatih#2481
This issue has not been fixed! |
@wining Can you please open a new issue with this information? Also, how do you know they were timeouts? |
@wining another piece of information to include in the new issue; are you still seeing the original reported behavior where you saw an error that reads, |
Because every call of "ch_readraw(l:ch)" will spend 20 seconds. |
There is no error reportes. I will create a new issue. |
What did you do? (required: The issue will be closed when not provided)
I debug the only file "main.go" in path "E:\GoProjects\src\foo".
The dlv version:$Id: 2f59bfc686d60989dcef9de40b480d0a34aa2fa5 $
Version: 1.3.0
Build:
The commands:
GoDebugStart
GoDebugBreakPoint
GoDebugContinue
What did you expect to happen?
What happened instead
After about 10 more seconds, it disappears as below:
Configuration (MUST fill this out):
vim-go version:
The master branch
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.7 windows/amd64
Go environment
go env
Output:The text was updated successfully, but these errors were encountered: