- Version: v6.7.0
- Platform: Darwin jh.local 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64
- Subsystem: V8_inspector
- Chrome: 53.0.2785.116
Here is a simple forever node daemon
echo "setInterval(() => console.log('Hello world'), 1e3)" > index.js
node --inspect index.js will show
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node
However, when opening this link on Chrome 53.0.2785.116, the left sidebar is empty. one cannot see any files (index.js) on the panel.

Opening this link on Chrome Canary 55 looks good to me, though.

I use --inspect daily and AFAIK Chrome 53 works good on v6.6.0.
Here is a simple forever node daemon
node --inspect index.jswill showHowever, when opening this link on Chrome 53.0.2785.116, the left sidebar is empty. one cannot see any files (index.js) on the panel.
Opening this link on Chrome Canary 55 looks good to me, though.

I use
--inspectdaily and AFAIK Chrome 53 works good onv6.6.0.