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

前端 未结 5 1452
难免孤独
难免孤独 2020-12-22 19:25

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?

5条回答
  •  独厮守ぢ
    2020-12-22 20:02

    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.

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

提交回复
热议问题