Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tool do you use for debugging Javascript? [closed]

I've notices I'm not capable to debug correctly js. I'm only using alert() as a spread sentences technique but I need something better. So... which tool do you use?

like image 652
Juanjo Conti Avatar asked Mar 16 '26 12:03

Juanjo Conti


1 Answers

For Firefox Firebug it's the best, has a lot of useful features, the Console API is great, you can log, make assertions, profiling, timing and much more.

For IE, the Developer Tools of IE 8 is better than nothing, for earlier versions of IE, try the Developer Toolbar.

For Chrome and Safari, check the WebKit inspector and debugging tools.

like image 160
Christian C. Salvadó Avatar answered Mar 19 '26 03:03

Christian C. Salvadó



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!