Y
Hacker News
new
|
ask
|
show
|
jobs
by
qbaqbaqba
2388 days ago
How do you do that?
2 comments
voxic11
2388 days ago
start node with the `--inspect` flag and then open `about:inspect` in chrome and it should show up as a debuggable target.
link
hashkb
2388 days ago
Run Node with `--inspect` and browse to `about: inspect`
link