container-debug-support icon indicating copy to clipboard operation
container-debug-support copied to clipboard

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

Open newdigate opened this issue 2 years ago • 0 comments

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.

newdigate avatar Oct 04 '23 18:10 newdigate