Skip to content

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.

1 participant