Skip to content
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

change netcore runtime in debug adapter from linux-x64 to linux-musl-x64 #135

Open
wants to merge 2 commits into
base: duct-tape
Choose a base branch
from

Conversation

newdigate
Copy link

the runtime id for alpine is: linux-musl-x64 (...here https://learn.microsoft.com/en-us/dotnet/core/rid-catalog)

# curl -sSL https://aka.ms/getvsdbgsh | sh /dev/stdin -v latest -l /dbg/netcore -r linux-musl-x64

when I run this on the pod i am trying to debug, it all magically starts working.

otherwise I always just get "Failed to start process".... (because cloudcode had installed the linux-x64 runtime debugger incorrectly.

changing from broken https://aka.ms/getvsdbg to https://aka.ms/getvsdbgbeta

The broken version has missing dependencies on alpine linux, and it crashes every single time, regardless of client platform. this fixes it for me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant