You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: