Go delve debugger "Command failed: Access is denied." when setting breakpoint #2955
jordaniversen
started this conversation in
General
Replies: 1 comment 1 reply
-
This is likely caused by some antivirus/security software on your computer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using the latest Go (v1.18) on Windows 10 Enterprise (v1909) and the latest Delve (v1.8.2) and when I run
dlv debug
from the command prompt to debug the simplest hello world program, and then try to add any breakpoint (b main.main:1
) , it displaysCommand failed: Access is denied.
I've confirmed the folder and source files are writeable, and I've also run
dlv
from an Administrator command prompt with the same result. Adding command prompt option--log
to show verbose logging doesn't seem to provide any further context. Debugging was working when I originally installed Go and delve but the debugging started giving this error about a week later.Thank you
Beta Was this translation helpful? Give feedback.
All reactions