在 Azure Web Apps 或 Azure Functions 上远程调试 Windows Node.js 个应用程序
Remote debugging of Windows Node.js applications on Azure Web Apps or Azure Functions
我在 Azure Web 应用程序或 Azure 功能上有 Windows Node.js 个应用程序。
VSC 扩展似乎只允许我们 Linux。
如何远程调试?
对于 azure function,现在这是不可能的。我们需要使用 Visual Studio 来调试,但它不支持 javascript azure 功能。 VS Code 支持 javascript azure 函数,但它也没有任何扩展插件来实现远程调试。
对于 azure web 应用程序,azure 应用程序服务扩展插件 only support nodejs web app based on linux now。
所以你的问题的答案是否定的。
我在 Azure Web 应用程序或 Azure 功能上有 Windows Node.js 个应用程序。
VSC 扩展似乎只允许我们 Linux。
如何远程调试?
对于 azure function,现在这是不可能的。我们需要使用 Visual Studio 来调试,但它不支持 javascript azure 功能。 VS Code 支持 javascript azure 函数,但它也没有任何扩展插件来实现远程调试。
对于 azure web 应用程序,azure 应用程序服务扩展插件 only support nodejs web app based on linux now。
所以你的问题的答案是否定的。