Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are best firebug equivalents for other browsers?

Tags:

javascript

I sometimes need to debug JS in other browsers, and it would be really nice if they all had Firebug - failing that, what's the closest they have?

like image 653
taw Avatar asked Dec 08 '22 04:12

taw


2 Answers

Firebug Lite

like image 158
Luca Matteis Avatar answered Dec 20 '22 04:12

Luca Matteis


IE8 - Developer Tools (F12)
IE6,7,8 - Visual Studio/Microsoft Script Debugger/DynaTrace (for tracing JS, not debugging)
Chrome, Safari - Developer Tools.

like image 22
Ilya Volodin Avatar answered Dec 20 '22 04:12

Ilya Volodin