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

8

294

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

Marin answered 15/5, 2014 at 3:36 Comment(4)
@AbelMelquiadesCallejo You need to click and hold for the option to reveal.Alves
Hey Side note, on a linux box here and I had to long hold with left mouse button and then click with the mouse wheel to get the undock to happen.Cherish
for real i remember easy button, but now it's ridiculous that i forced to google how to do it.Pitcher
Similar to : #3937425Rhianna
L
482

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.

Lowminded answered 15/5, 2014 at 3:36 Comment(11)
A "press" is not enough in that state. You need to click and hold the button (on the left of the close button) in order to reveal the "Unlock into separate window" option.Alves
Yes, click and hold (I am using Chrome for Windows, version 39.x for x64).Ive
Is there a way to always open in new window? There was an option before but can't find in 39.0.2171.95.Spurling
Are you sure it was an option? If you unlock into a separate window, close the tools, and then subsequently reopen them, they'll be in a separate window (i.e. whatever the last choice was it remembers.)Lowminded
What a terrible UI decision; I'm not sure it could be more undiscoverable. Thanks for the tip!Agenda
A "Press" is not enough! You can't imagine how much time you just helped me save. Thumb up.Unintentional
Good lord... I can't believe I had to look this up, and that click & hold is the answer.Beforehand
As of some point mid 2016 you only have to click the vertical ellipses for the docking options to appear, you no longer have to click and hold.Agglomeration
@ChrisB exactly right. Also, Kyle Hale already already edited the answer though which is nice.Marin
In Addition, if you want to toggle between your last two docking modes you have this keyboard shortcut (that also works for FireFox!) Ctrl + Shift + DStella
A quicker alternative to undock for those who like keyboard shortcuts: after opening the inspector (e.g. Ctrl+Shift+I) you can press Ctrl+Shift+P to open up the Run Dialog where you can type "undock" and press enter.Landmass
R
14

enter image description here

  1. click on three dots in the top right ->
  2. click on "Undock into separate window" icon
Rosellaroselle answered 28/6, 2016 at 16:10 Comment(0)
M
4

see here

F12 Call up the toolbar and follow the steps. so easy!

Meghanmeghann answered 22/11, 2022 at 9:53 Comment(0)
T
3

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

Taryn answered 22/7, 2015 at 14:26 Comment(0)
S
1
  1. Right Click on your Web Page
  2. Click on "Inspect"
  3. on your Top Right Corner you will see three vertical dots.
  4. Choose your best "Dock Side"(Your required will be,'undock into separate window') [See the arrow in the Given Screenshot] Click to view Screenshot
Superhighway answered 22/11, 2022 at 9:47 Comment(0)
S
1

Ctrl+Shift+j Shows browser developer console in the Console tab

Ctrl+Shift+c Shows browser developer console in the Elements tab

Once you have the browser developer console visible, you can detach it pressing Ctrl+Shift+d

Saponaceous answered 23/5, 2023 at 9:59 Comment(0)
E
0

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

Eastertide answered 22/12, 2015 at 11:34 Comment(1)
this only works if your chrome-developer-tools was already set to open on a new windowMarin
A
-1

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

Acaudal answered 4/3, 2020 at 10:5 Comment(1)
I just tried this answer and it seems to work well on Windows. I also tried it on Mac, but the shortcuts are different. Open the DevTools (cmd+option+i) and switching to other dock side (cmd+shift+d). Also on Mac, directly using cmd+shift+d w/o opening first the DevTools would yield to a different functionality.Marin

© 2022 - 2024 — McMap. All rights reserved.