0

In general we start a node process in debug mode like this

node --debug=5858 server.js

How to start debug mode in a already started node process using code or sending SIGUSR1 signal to node process.

I want to start debug mode without using any command line.

This question is totally different than "already asked question". Its very shameful thing that people are tagging this question as already asked without understanding the question standard way.

6
  • What platform are you running Node.js on? Commented Oct 27, 2016 at 23:34
  • @Brad I am using mac os. but i don't think its depend on platform! Commented Oct 27, 2016 at 23:34
  • 1
    stackoverflow.com/questions/13052548/… Commented Oct 27, 2016 at 23:41
  • @ReverseCold I don't know why you tagged my question as your one! There is huge difference between both. Commented Oct 27, 2016 at 23:49
  • "How to start debug mode in a already started node process using code" To me that looks the same. You can use tmux or just open another shell to get a command line. If you tell us why you don't want to use the command line then maybe there's a better solution. Commented Oct 28, 2016 at 0:03

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.