Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adjust the dock position of Chrome DevTools on the remote debugging window

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?

like image 883
sof Avatar asked Sep 03 '25 08:09

sof


1 Answers

This isn't currently possible.

Outstanding feature request: https://crbug.com/620427

The more stars the request gets, the more likely the team is to implement the feature.

like image 195
Kayce Basques Avatar answered Sep 04 '25 23:09

Kayce Basques