Does dlv work on Windows on Parallels? #3409
Unanswered
phpeterson-usf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have experience using
dlv
on Windows on Parallels? I'm running a one-line hello world program in Go and I find thatdlv
either hangs on launch (amd64) or fails to set breakpoints (arm64).My Environment
What I have tried so far:
GOARCH=amd64
:dlv
hangs before outputting anythingGOARCH=arm64
:dlv
runs the target program to completion but can't set a breakpoint:Anyone have a successful setup using Windows on Parallels? I've tried this on a physical Windows machine and it works fine. I must be somehow misunderstanding the virtual machine or dlv.
I see #3190 but no comments on that.
Beta Was this translation helpful? Give feedback.
All reactions