Undock Chrome Developer Tools

Google ChromeGoogle Chrome-Devtools

Google Chrome Problem Overview


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)

Google Chrome Solutions


Solution 1 - Google Chrome

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

Solution 2 - Google Chrome

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

Solution 3 - Google Chrome

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJeremi StadlerView Question on Stackoverflow
Solution 1 - Google ChromeDarkWandererView Answer on Stackoverflow
Solution 2 - Google ChromeAlupothaView Answer on Stackoverflow
Solution 3 - Google ChromeAlex KongView Answer on Stackoverflow