Debugging a website inside DevTools is crucial.
But what if you are developing DevTools? How do you debug that?!
Well with DevTools within DevTools ofcourse! DevTools are just another HTML page so you can open another DevTools!
Just open DevTools in separet window and press Command+Option+I
for Mac and F12
or Control+Shift+I
for Linux/Windows. You will get another window!
For you as a web dev it's probably useless. But can be handy for DevTools devs.
Top comments (0)