vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

Support for remote debugging of .NET 6+ app services

Open mdesalvo opened this issue 2 years ago • 0 comments
trafficstars

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 avatar Aug 24 '23 08:08 mdesalvo