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?
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?