According to the official instructions using Chrome DevTools
from the host browser to debug the connected mobile device, I see that the remote debugging window opens, where the layout is by default vertically split, i.e. the screencast
of Chrome mobile browser appears on the left while the DevTools
instance on the right.
I know that we can adjust the dock position of DevTools
on the host browser. How can we achieve this similarly to split the remote debugging window horizontally, docking the screencast
on the top and the DevTools
on the bottom?