112

I like docking devtools to the right. I remember how happy I was when I first saw that option when I realized I no longer have to split screen and position windows manually.

Recent versions of chrome that option seems to be missing. Even on my installs where I already have devtools on the right the option is removed.

Where did it go?

George Mauer
  • 103,465
  • 117
  • 349
  • 581
  • possible duplicate of [How to reposition chrome developer tools](http://stackoverflow.com/questions/10023640/how-to-reposition-chrome-developer-tools) – ndsmyter Apr 03 '14 at 06:49
  • @ndsmyter not really. The positioning controls changed with version 24. Much of the advice in that thread is likely outdated. – George Mauer Apr 03 '14 at 13:33
  • And still, the question and answers are exactly the same as in this thread – ndsmyter Apr 03 '14 at 13:54

1 Answers1

262

If you click and hold on the icon in the top right next to the close icon (Undock into separate window button), you are given the option to dock it to the right. See screenshot:

Dock to right

Starting in Chrome 41, you are able to use Ctrl + Shift + D (Windows/Linux) or Command (⌘) + Shift + D (Mac OS X) to be able to toggle between these views.

Starting in Chrome 46, they've finally changed the user interface for the docking location. There's a vertical ellipsis now and in there it has explicit buttons for each docking location. See screenshot:

New Docking

Marc Baumbach
  • 9,670
  • 2
  • 25
  • 44