Is it possible to view multiple Chrome devtools panels at once?

流过昼夜 提交于 2019-11-30 09:01:40

I find this limitation frustrating too, all those other monitors are wasted! Here is poor man's solution:

  • launch your chrome with --remote-debugging-port=9999 command line parameter
  • right click on your page to debug and select 'Inspect Element' - this is your debug window #1
  • open a separate chrome window and navigate to chrome://inspect
  • click 'Configure...' and add localhost:9999
  • within a couple of seconds under 'Remote Targets' you should see tabs you can inspect from your other chrome instance
  • click on the tab, and now this is your debug window #2

Unrelated tip: system wide nightmode experience: http://danielsokolowski.blogspot.com/2018/11/windows-10-8-7-night-mode.html

As of Chrome Canary 33.0.1732.0, there's a "Show editor in Drawer" experiment. The editor shows up whenever you hit any anchor to the source code in DevTools.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!