1

Node inspect does not show source code to debug in chrome devtools. I tried to run code using command

node --inspect server.js

then i opened chrome://inspect/#devices and then clicked Open dedicated DevTools for Node. But this doesn't show up my server.js file but shows recently opened files in devtools.

last_fix
  • 369
  • 1
  • 4
  • 19

1 Answers1

4

Found the problem. There is an issue in chrome. Here is the link of the issue https://bugs.chromium.org/p/chromium/issues/detail?id=941608#c15

By updating chrome into beta version, solve my problem.

Md Isfar Uddin
  • 692
  • 11
  • 19