I am running node app using pm2 with --inspect
flag. I am able to debug my app on the following url:
chrome-devtools://devtools/remote/serve_file/@62cd277117e6f8ec53e31b1be58290a6f7ab42ef/inspector.html?experiments=true&v8only=true&ws=local.abc.com:9003/node
How can I debug this application using VS Code built in debugger?
via Ajay Kumar
No comments:
Post a Comment