0

when start node-debugger. The Debugger not listening on my port

enter image description here

Manimaran
  • 405
  • 2
  • 8
  • 20

1 Answers1

0

The port is already in use. Try to use another port or close the other terminal / process which uses the same port.

Eyk Rehbein
  • 3,683
  • 3
  • 18
  • 39
  • Thanks for response me. I know i use same port but how to start "node-debugger" and nodejs server at same time? – Manimaran Nov 08 '17 at 15:32
  • I think [this](https://stackoverflow.com/questions/18910452/how-to-change-node-js-debug-port) post can help you – Eyk Rehbein Nov 08 '17 at 15:37