How to open the Chrome Developer Tools in a new window?

Google ChromeGoogle Chrome-Devtools

Google Chrome Problem Overview


When I try to use the Chrome Developer Tools, it seems I can no longer view it in a new window.

Is this a bug or was that really an intended change in an update?

How can we open the Chrome Developer Tools in a new window?

Here's a screenshot of what I'm talking about.

enter image description here

Google Chrome Solutions


Solution 1 - Google Chrome

As of Chrome 52, the UI has changed. When the Developer Tools dialog is open, you select the vertical ellipsis and can then choose the docking position:

enter image description here

Select the icon on the left to open the Chrome Developer Tools in a new window: multiple windows icon


Previously

Click and hold the button next to the close button of the Developer Tool in order to reveal the "Undock into separate window" option.

enter image description here

Note: A "press" is not enough in that state.

Solution 2 - Google Chrome

enter image description here

  1. click on three dots in the top right ->
  2. click on "Undock into separate window" icon

Solution 3 - Google Chrome

You have to click and hold until the other icon shows up, then slide the mouse down to the icon.

Solution 4 - Google Chrome

Just type ctrl+shift+I in google chrome & you will land in an isolated developer window.

Solution 5 - Google Chrome

If you need to open the DevTools press ctrl-shift-i.

If the DevTools window is already opened you can use the ctrl-shift-d shortcut; it switches the window into a detached mode.

For example in my case the electron application window (Chrome) is really small.

enter image description here

It's not possible to use any other suggestions except the ctrl-shift-d shortcut

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
QuestionAbel CallejoView Question on Stackoverflow
Solution 1 - Google ChromeKyle HaleView Answer on Stackoverflow
Solution 2 - Google ChromeфымышонокView Answer on Stackoverflow
Solution 3 - Google Chromeuser1585204View Answer on Stackoverflow
Solution 4 - Google ChromebulkyPandaView Answer on Stackoverflow
Solution 5 - Google ChromeRoman PodlinovView Answer on Stackoverflow