Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I use Chrome Developer Tools on a second monitor in full screen and the browser itself on the primary monitor. Currently I have to "inspect element" every time I change to a new tab.

Is it possible to make Dev Tools refresh and adjust to the active tab when I change to the new tab in the browser?

share|improve this question

1 Answer 1

up vote 2 down vote accepted

The DevTools belongs to its tab, so you need to initiate a new devtools for each tab you want to inspect. There's currently no way to have an undocked devtools instance where you can change its debug target.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.