Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
newdigate wants to merge 2 commits into
GoogleContainerTools:duct-tape from
newdigate:duct-tape
Open

change netcore runtime in debug adapter from linux-x64 to linux-musl-x64 #135
newdigate wants to merge 2 commits into
GoogleContainerTools:duct-tape from
newdigate:duct-tape

Conversation

@newdigate

@newdigate newdigate commented Oct 4, 2023

Copy link
Copy Markdown

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /