Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good Javascript debugging tool?

Haven't touch javascript for 3 years. Just got a javascript project and wanted to know any new ways or tools emerged these years to debug javascript? I used alert 3 years ago.

I am using IE

like image 277
Southsouth Avatar asked Nov 15 '09 23:11

Southsouth


1 Answers

Use the Firebug extension for Firefox, or the built-in Web Inspector in any WebKit browser (Chrome or Safari). In IE8, you can use the built-in Developer ToolS.

like image 138
Douwe Maan Avatar answered Sep 17 '22 21:09

Douwe Maan