0

when I run node debug app, it breaks on app.js:1, so I have to manually continue de execution until the first debugger breakpoint.

Is there a way to avoid this?

Tomas Romero
  • 8,418
  • 11
  • 50
  • 72
  • Try this: `node --debug app` – bnuhero Mar 09 '14 at 23:59
  • That only sets up debugger to listen to port 5858, but doesn't start the node debugger 'client'(where you can stop in breakpoints) – Tomas Romero Mar 10 '14 at 00:45
  • 2
    possible duplicate of [How to disable in the node debugger "break on first line"](http://stackoverflow.com/questions/16420374/how-to-disable-in-the-node-debugger-break-on-first-line) – sgress454 Mar 10 '14 at 06:10

0 Answers0