You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know this doesn't let you debug either. Unless docker (or rather whatever emulator they use) fixed something debugging a program running under emulation will not work. And, to be honest, even if it did I'd be reluctant to recommend that people do something we aren't testing.
This is more a PSA ticket - if we consider it useful let's add it to the docs.
If you are debugging on macOS (m1-2) and you set this env variable
then the remote debugger will connect to the code running in a container but will not let the program start
Related SO article:
https://stackoverflow.com/questions/65612411/forcing-docker-to-use-linux-amd64-platform-by-default-on-macos
The text was updated successfully, but these errors were encountered: