13

I use FireFox for my daily browsing; so the process of getting a Node inspector running is somewhat annoying:

  1. Launch Chrome
  2. Manually visit chrome://inspect, because it refuses to set a builtin page as the ‘homepage’
  3. Click “Open dedicated DevTools for Node”
  4. 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!

ELLIOTTCABLE
  • 2,315
  • 3
  • 27
  • 41

2 Answers2

3

Have Chrome's homepage set to this: chrome-devtools://devtools/bundled/node_app.html

When Chrome opens, the dedicated node Devtools will automatically be opened, but not as a pop-up.

Ultrasonic54321
  • 627
  • 3
  • 12
0

To add to Ultrasonic54321 answer. The prefix was changed from chrome-devtools to devtools only. See https://github.com/ChromeDevTools/devtools-protocol/issues/224 But playing around a bit with it, it does behave differently than the one open manually through the inspector.

matjaz
  • 1