Firebug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Firebug

Jacques Le Roux
Administrator
Hi all,

I don't know how you deal with javascript debugging. I just tried FireBug https://addons.mozilla.org/firefox/1843/

Place the keyword "debugger;" on a line you want the debugger to stop and let do the magic...

If you want to know more, a beginner tutorial http://tinyurl.com/py39k

Enjoy

Jacques

PS: I guess this may be of some help in spreading use of Ajax...
Reply | Threaded
Open this post in threaded view
|

Re: Firebug

Jacques Le Roux
Administrator
Sorry, forgot this important link : http://www.getfirebug.com/docs.html
  ----- Message d'origine -----
  De : Jacques Le Roux
  À : [hidden email]
  Envoyé : vendredi 9 mars 2007 16:36
  Objet : Firebug


  Hi all,

  I don't know how you deal with javascript debugging. I just tried FireBug https://addons.mozilla.org/firefox/1843/

  Place the keyword "debugger;" on a line you want the debugger to stop and let do the magic...

  If you want to know more, a beginner tutorial http://tinyurl.com/py39k

  Enjoy

  Jacques

  PS: I guess this may be of some help in spreading use of Ajax...