Monday, June 9, 2008

debug

  • FF: Firebug : https://addons.mozilla.org/en-US/firefox/addon/1843
  • IE: DebugBar : http://www.debugbar.com/
  • SF: Developer: http://developer.apple.com/internet/safari/faq.html#anchor14

Debug in production?! .. when you have to .. you can target a strange userAgent string .. such as "Quality Assurance Browser" .. that you set yourself with some tool that allows you to set your userAgent.

1 comment:

  1. After trying to find the best method of debugging in IE I've settled on using a combination of the following:

    MS IE 7 Web Developer toolbar: http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

    MS script Editor (with script debugging turned on in the tools options advanced menu)

    http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx

    so far so good I immediately started to get the information I needed to fix a problem right away. I personally don't need any extra information that the combination of the two tools offer. But I do plan on trying out the debugger for IE just to see if it offers more.

    ReplyDelete