Node.js Debugging flow

后端 未结 3 446
后悔当初
后悔当初 2020-12-20 00:18

I\'d like to debug node.js like rails. I\'ve tried several ways:

  1. Webstorm debug – in this case I need to click \"rerun debug\" each time after code changed
3条回答
  •  天涯浪人
    2020-12-20 01:00

    To answer your question: There is no way. Unfortunately, with Node.js, you always have to restart the debugging session when you change your code

提交回复
热议问题