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

Support for remote debugging of .NET 6+ app services #2562

Open
mdesalvo opened this issue Aug 24, 2023 · 0 comments
Open

Support for remote debugging of .NET 6+ app services #2562

mdesalvo opened this issue Aug 24, 2023 · 0 comments
Labels

Comments

@mdesalvo
Copy link

First of all I want to thank you for the effort you are putting into this extension: it is improving completeness, stability and quality at every release. Azure development on VSCode ha become a reality :)
The feature I most need is the ability to remote debug an Azure app service on the .NET stack. I saw that the actual remote debugging capabilities are scoped to limited combinations of technology (NodeJS/Linux). The ability to attach to a remote .NET 5+ debugger service would give the precious chance to fill the last missing piece of daily Azure .NET development routine: we write code, we unit test it, we publish it on remote app service, we handle that remote app service...then we need to remote debug it (local debug is not always possible in cloud scenarios, there may be network/security factors requiring us to run the code exactly "on that app service").
Do you think it may be possible for you to plan a collaboration with C# extension team in order to design and offer this capability?

Kind regards,
Marco

@mdesalvo mdesalvo changed the title Support for remote debugging of .NET 5+ app services Support for remote debugging of .NET 6+ app services Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants