Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open chrome developer tools inside popup

Is it possible to open the developer tools inside(attached to) a popup and not detached? I'm currently working a site with popups and need to bebug javascript and find it quite annoying to toggle between the popup and the developer tools window.

like image 477
biophonc Avatar asked Feb 11 '13 10:02

biophonc


1 Answers

When debugging popup windows you can convert them to tabs. You can do this by right-clicking the title icon and selecting the show as tab option. Then you can open the developer console as usual.

like image 200
RottenCandy Avatar answered Nov 13 '22 05:11

RottenCandy