javascript debug tool:firebug, chrome javascript control panel, visual studio for javascript -


As I know, there are some options

  Firefox firebug chrome javascript control panel visual Studio   

What is the best javascript debug tool?

Any comment

All of them after their development and testing equipment , And you should test and develop in many browsers and multiple platforms.

Personally, I like webkit developer tools in Safari / Chrome, but this is just because these are my favorite browser, so I used to be the most used but I used to have them all once I write on all the other code that I write (unless I target only a specific browser / platform, but this is rare).

I suggest you start with the developer tool for a browser already using it if it troubles you, so it is okay to choose others. They all work very similarly.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -