On Thu, Jun 5, 2008 at 3:29 AM, redheat <[EMAIL PROTECTED]> wrote: > > 2: what's the best way of debugging javascript in IE? Obviously we > have Firebug for Firefox, but I can't find anything remotely close > that does the trick.
for pure javascript debugging, i've used the MS script debugger with decent success. it may be old and icky, but it gets the job done. the IE blog has an old article about it: http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx MS script editor is a bit nicer, provided that you have MS Office installed in your dev/QA environment (i don't). hth, -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
