Remotely debugging my node app that is hosted on AWS

前端 未结 7 492
别那么骄傲
别那么骄傲 2021-01-29 21:10

I would like to connect to my node server running in debug mode on AWS (node --debug app.js) from my development machine, and be able to debug my app remotely.

Two quest

相关标签:
7条回答
  • 2021-01-29 21:33

    Also you can specify --web-host argument.

    node-inspector --web-host host.amazonaws.com
    
    0 讨论(0)
提交回复
热议问题