I use FireFox for my daily browsing; so the process of getting a Node inspector running is somewhat annoying:
- Launch Chrome
- Manually visit
chrome://inspect, because it refuses to set a builtin page as the ‘homepage’ - Click “Open dedicated DevTools for Node”
- Close the original window after the Node devtools opens
This dedicated tools window is the only Chrome window I ever use. Is there any way to launch it from the command-line, or when Chrome opens?
Thanks!