node.js - Node Inspector opens different file for breakpoints -


i, cannot life of me, figure 1 out.

steps took:

  1. run node-inspector
  2. run node --debug server.js
  3. navigate http://127.0.0.1:8080/debug?port=5858
  4. assign breakpoint
  5. run command

what happens is, node-inspector open different window , highlight else instead of actual breakpoint put. putting debugger on file doesn't either.

here screenshots clarify question: enter image description here enter image description here

strangely, enough happens when i'm on windows machine. testing on remote linux server, works expected.

any appreciated here.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -