Hacker News new | ask | show | jobs
by skykooler 2397 days ago
Firefox devtools are great now! The only thing I still use Chrome for is debugging Node (which, since it's webkit based, is probably unavoidable).
1 comments

How do you do that?
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`