Cannot find the Delve executable for windows/amd64.
Answered
I started getting the error below when trying to debug any Go code.
"Cannot find the Delve executable for windows/amd64. Specify the Delve location by adding 'dlv.path=/path/to/delve' in 'Help | Edit Custom Properties'."
I followed the instructions and set dlv.path=C:\Users\david.diaz\go\bin which is where I installed dlv.exe.
I restarted the IDE and tried running the debugger again but still get the same error.
Any ideas what I could be doing wrong?
Please sign in to leave a comment.
I got it to work by setting dlv.path to
but this is a custom debugger. How do I tell Goland to use the default debugger instead?
Hey David,
Please remove a custom entry, reproduce the problem again, collect IDE logs (Help | Collect Logs and Diagnostic Data) and upload them to http://uploads.jetbrains.com/, provide its ID.
hmm weird, I removed the custom entry, restarted the IDE, but no longer able to reproduce the issue.
Please let me know if you will be able to reproduce it again and share the logs.