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

fix(csharpSamDebug): remove debug mode for arm64 #4934

Merged
merged 1 commit into from May 24, 2024

Conversation

ivikash
Copy link
Member

@ivikash ivikash commented May 6, 2024

Problem

When sam local is invoked for cSharp, the invocation gets blocked when trying to attach a debugger. vsdbg is not supported for arm64 architecture.

ref #4749

Solution

Disable debug mode for cases when the template architecture is arm64 or the developer is using arm64 architecture machines, for eg - Apple M1/M2/M3 chips.

Screenshot 2024-05-05 at 11 22 45 PM

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

vsdbg is not supported for arm64 architecture
@ivikash ivikash requested a review from a team as a code owner May 6, 2024 06:23
@ivikash
Copy link
Member Author

ivikash commented May 6, 2024

/runIntegrationTests

@justinmk3
Copy link
Contributor

vsdbg is not supported for arm64 architecture.

Is there a reference we can mention, in case we need to revisit this in the future?

@justinmk3 justinmk3 merged commit 388b656 into aws:master May 24, 2024
20 checks passed
@ivikash ivikash deleted the fix/dotnet-lambda branch May 24, 2024 19:23
@ivikash
Copy link
Member Author

ivikash commented May 24, 2024

Tracking the PR to re-enable vsdbg for arm64 - dotnet/vscode-csharp#2771

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

3 participants