Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Browser Developer Tools: Scripts Show Up Multiple Times

When using Chrome's Developer Tools to debug Javascript, the list of 'Scripts' tends to add multiple occurrences of each script as I'm changing/reload/testing the code. Safari uses the same essential tool set and does not do this. It's not unknown for a script to show up in this list 10 times. When this happens, the only thing I can think to do is to kill the tab and reload it. Is this a known bug?

Chrome version 18.0.1025.168 (up to date as of this writing)

Mac OSX version 10.7.3 (Lion)

Cheers!

Mark

like image 713
mpemburn Avatar asked Nov 04 '22 00:11

mpemburn


2 Answers

I think you are using Chrome extensions. Some extensions will cause this issue, check by disable some of them.

like image 141
Charlie Avatar answered Nov 12 '22 09:11

Charlie


Yes, this could be a bug. See:

https://code.google.com/p/chromium/issues/detail?id=113490

You could try seeing if there are several frames that are using the same script and test the frames one at a time...

like image 32
Chibueze Opata Avatar answered Nov 12 '22 09:11

Chibueze Opata