On Jul 22, 7:01 pm, "Alberto Simões" <[EMAIL PROTECTED]> wrote: > Hi > > This is not properly mochikit, as I am not sure if the code failing is > really from mochikit or if it is mine. My code is working fine in > Firefox, but it needs to work on IE as well. Unfortunately, it > doesn't. > Now, while we have a lot of plugins for firefox to help debugging, > what one can use in IE? > > Thank you in advance, > Alberto > -- > Alberto Simões
I'm using 2 usefull addons for IE: * DebugBar: - DOM Inspector, HTTP Inspector, Javascript Inspector and Javascript Console, HTML Validator) - http://www.debugbar.com/ * WebDevHelper: - javascript logging, http logging, ... - http://projects.nikhilk.net/Projects/WebDevHelper.aspx For javascript debugging, I'm using the MS Script Editor [1] which can normally be enabled from MS Excel or MS Word [2]. You can place a 'debugger' statement in your code to start debugging from that place. [1] not to be confused with the MS Script Debugger [2] Menu -> Tools -> Macros -> MS Script Editor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
