-
Notifications
You must be signed in to change notification settings - Fork 822
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
The go debugger "dlv" just hangs #2977
Comments
Your repro steps worm after (an assumed)
Confirmed your outcome on 17107. I think you might be looking at #2028 |
Well, if you installed the latest
|
Closing in favor #2028 , dlv by default uses native and as visible, rr fails too. Nothing to do with dlv itself. |
Thanks. Hopefully the devs can weigh in on your question over there because |
this hangs on WSL and runs fine under Fedora and Debian. Pressing Ctrl+C runs
hugo
as normal but that skips the debugger.strace -o log -f dlv exec ./hugo -- -s ~/www/usbc
doesn't lead to anything usable:could not launch process: fork/exec ./hugo: operation not permitted
and it's really stubbornly not, even sudo won't change this outcome.The text was updated successfully, but these errors were encountered: