Y
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
qbaqbaqba
2397 days ago
How do you do that?
link
voxic11
2397 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
2397 days ago
Run Node with `--inspect` and browse to `about: inspect`
link