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

Enable debugging .NET applications in arm64 containers #2985

Merged
merged 7 commits into from
Jun 4, 2021

Conversation

philliphoff
Copy link
Member

Enable debugging of .NET applications in arm64 containers by installing new arm64 flavors of the .NET debugger as well as new in-container detection script to choose the correct debugger from a now larger matrix of platforms/architectures.

NOTE: This is intentionally limited to unblock users on arm64 (e.g. M1) Macs; there are external limitations to enabling arm64 support in general.

Related to #2884.

@philliphoff philliphoff requested a review from a team as a code owner June 3, 2021 23:20
@philliphoff philliphoff requested a review from karolz-ms June 3, 2021 23:21
Copy link
Contributor

@karolz-ms karolz-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The number of user OS - Docker daemon OS - container arch combinations makes my head spin a little, but your change looks good ☺️

@philliphoff
Copy link
Member Author

@karolz-ms Yes and, admittedly, this doesn't address all of them (e.g. still need to investigate why arm64 alpine containers won't stop at breakpoints but otherwise run successfully). Still, this at least unblocks some M1 scenarios without (fingers-crossed) breaking all of the original amd64 combinations.

@philliphoff philliphoff merged commit ead5eb4 into main Jun 4, 2021
@philliphoff philliphoff deleted the philliphoff-arm64 branch June 4, 2021 17:54
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants