devtool
devtool copied to clipboard
Advantages over `--inspect`?
I can't see any information about the advantages of devtool compared to node --inspect.
For me, the biggest advantage is the ability to refresh in the middle of your debugging session. I haven't found a way to do this with --inspect
Same as @nachocab. That's what is refraining me from using --inspect. It is clearly annoying to open again and again the devtools by copying and pasting the url from the console.
In May 2018, devtool still beats the built-in debugger for these reasons:
- opens from command line
- clicking file links in stack traces actually works
-
cmd+rrestarts the process - codebase can be forked and extended
Am I missing anything?