-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support debugging i386 executables on amd64 host #2095
Comments
It do rely on |
Thanks for the insight! Do you mean the environment variables, or the constants in the If the later, I guess I will need to run Delve for 386. Or I can send a patch to allow the environment variables first. |
Delve need to be compiled on i386 platform or cross compile for i386 (please note dlv use cgo when cross compile) . |
I can confirm that Delve works with that binary if 386 version of the tool is used. |
I opened an issue for Goland, to consider bundling 386 Delve version in the meantime. |
dlv version
)?go version
)?Delve is running on
linux/amd64
, while debugging the program forlinux/386
(running on the same host).Run the debugging session using Goland:
A running debugging session, as usual.
The text was updated successfully, but these errors were encountered: