vscode-azureappservice
vscode-azureappservice copied to clipboard
The breakpoint isn't hit when remote debugging the Node.js web app
OS: All Build Version: v0.25.4-alpha
Repro Steps:
- Run ''git clone https://github.com/Azure-Samples/nodejs-docs-hello-world" and then open this project in VS Code.
- Create a linux node.js web app and deploy it.
- Click "Yes" when popping up a notification to prompt you to update the workspace configuration to run build commands.
- Browse the web app and check the website.
- Right click this web app --> Select 'Start Remote Debugging'.
- Select "Enable" when prompting to enable the remote debug.
- Set a breakpoint at "Hello World" line in the index.js file.
- Refresh the website and verify whether the breakpoint is hit.
Expect: The breakpoint is hit.
Actual: The breakpoint isn't hit.