I use node-inspector to debug JS with Chrome version 54.0.2840.99.
I enter "node-inspector"
in one windows cmd console and "node --debug-brk l:\dev\debug\test.js"
in another windows cmd console. Open "http://127.0.0.1:8080/?ws=127.0.0.1:8080&port=5858"
in Chrome. It's able to debug as usual. But I input "1 + 2"
in Chrome console, press "Enter"
, nothing happen. I would expect "3"
is output to Chrome console. It did work with Chrome version 48.0.2564.116. I did not test with other Chrome versions.
Is it a defect of the new Chrome versions? How to resolve the problem?
I captured the pictures as below: