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.
on left side of panel shows, click overflow menu , select 'quick source'.
you see small sources panel.
Comments
Post a Comment