197

How do I undock the Chrome Developer Tools in Chrome? Pressing the left bottom corner just moves it to the right side.

Chrome Corner
(source: github.io)

Glorfindel
  • 19,729
  • 13
  • 67
  • 91
Jeremi Stadler
  • 2,488
  • 3
  • 19
  • 22
  • the similar question was asked here http://stackoverflow.com/questions/10023640/how-to-reposition-chrome-developer-tools?rq=1 – loislo Nov 27 '13 at 01:20

3 Answers3

374

Click the vertical ellipsis button ( ⋮ ) then choose the desired docking option. (the docking option with the red circle around it, is undock)

For older version of Chrome, press and hold the corner button

You can also undock/dock-to-left/dock-to-right/dock-to-bottom from the Command Menu. Press Cmd+Shift+P (Mac) or Cmd+Shift+P (Windows, Linux, Chrome OS) to open the Command Menu, then start typing bottom/left/right/undock.

undocking via command menu

DevTools documentation on docking: https://developers.google.com/web/tools/chrome-devtools/ui#placement

barlop
  • 10,225
  • 7
  • 63
  • 94
DarkWanderer
  • 8,544
  • 1
  • 23
  • 53
20

shortcut key for toggle dock side

ctrl+shift+D

and there are many shortcuts you can see them
go to
settings->shortcuts
enter image description here

Alupotha
  • 8,014
  • 4
  • 43
  • 45
0

Look for the "three-dot icon" at the corner of the developer tool panel, then you can find the toggle dock button.

AhmaD
  • 1,467
  • 3
  • 17
  • 31
Alex Kong
  • 1
  • 2