Hacker News new | ask | show | jobs
by qbaqbaqba 2388 days ago
How do you do that?
2 comments

start node with the `--inspect` flag and then open `about:inspect` in chrome and it should show up as a debuggable target.
Run Node with `--inspect` and browse to `about: inspect`