Azure Remote Debugging for Node.js
Connect the Visual Studio Code debugger to your Node.js applications running on Azure App Service on Linux. The debugger works the same as when it's connected to a local Node.js process - including the use of Breakpoints and Logpoints.
Install the extension
Remote debugging support for VS Code is provided by the Azure App Service extension for apps deployed to Azure.
To install the Azure App Service extension:
- Open the Extensions view by pressing
Ctrl+Shift+X
- Search for 'azure app service' to filter the results.
- Select the Microsoft Azure App Service extension and select Install.