FIREBUG!!! I've installed this FireFox add-on long time ago. I haven't notice it has powerfull debugging tool to trace my JavaScript error. YES, it's only for Mozilla Firefox...
While working with the AJAX script in one of my page, somehow I cannot display the text that I fetch from the server folder. I was trying very hard to do debugging by just using my naked eyes. The bug last for about 1 month and I couldn't figure out what's wrong...
Today, luckily I managed to turn on the Firebug (from Tools>Firebug) and my problem solved (Alhamdulillah). It has breakpoints, watch, step into, step over and step out facilities to help u find the errors. It also supports CSS, HTML, DOM and so on. Try it, u'll love it...
https://addons.mozilla.org/en-US/firefox/addon/1843
Comments
Post a Comment