Is it possible to open multiple instances or split view of chrome developer tools tabs? -


i want debug code @ same time see being sent on network tab without having go , forth between network tab , sources tab. there way of chrome version 52.0.2743.82 or version 54.0.2810.2 canary?

i know possible log http request in console can visible other tabs open want actuall networks tab if possible..

thank in advance

you can view 'quick source' while viewing network panel (or other main panels) @ same. allow view source , add breakpoints.

however, it's not possible step through code using debugging in split view. chrome automatically switch sources tab if use shortcuts.

it's not possible have extension running separate instance of debugger chrome debugging protocol doesn't allow simultaneous clients connected.

i open discussion other chromium contributors feasibility of sharing debugging controls in split view. don't know whether or can done easily. suspect it's fair amount of work.

if set split view, it's useful anyway, go overflow menu on right side , select 'more tools' , select 'show console'. makes sure panel loads below main one.

show console

on left side of panel shows, click overflow menu , select 'quick source'.

quick source

you see small sources panel.

quick source


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -