node.js - Node Inspector opens different file for breakpoints -
i, cannot life of me, figure 1 out.
steps took:
- run
node-inspector
- run
node --debug server.js
- navigate
http://127.0.0.1:8080/debug?port=5858
- assign breakpoint
- 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:
strangely, enough happens when i'm on windows machine. testing on remote linux server, works expected.
any appreciated here.
Comments
Post a Comment