[mochikit] Re: developing with / for internet explorer

2006-07-17 Thread GHUM
Which script debugger did you install? I tried the debugger from http://www.microsoft.com/downloads/details.aspx?familyid=2F465BE0-94FD-4569-B3C4-DFFDF19CCD99displaylang=en (scd10en.exe) the frustrating parts where: a) it only works if I run it as admin b) it jumps on not very usefull places on

[mochikit] Re: developing with / for internet explorer

2006-07-15 Thread SMooney
I know it's trivial, but have you tried throwing some alert()'s in there to get your bearings? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To post to this group, send email to

[mochikit] Re: developing with / for internet explorer

2006-07-15 Thread Steven Mooney
Agreed. That's all I really had to contribute... other than... It's line 266! :-) On 7/15/06, GHUM [EMAIL PROTECTED] wrote: SMooney, I know it's trivial, but have you tried throwing some alert()'s in there to get your bearings? yes. I started doing this, but that feels so 1999ish, and takes

[mochikit] Re: developing with / for internet explorer

2006-07-15 Thread Zachery Bir
Drop the alerts, and liberally log() your way through the app, then use MochiKit's logging bookmarklet. MochiKit.Logging - we're all tired of alert() Zac --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[mochikit] Re: developing with / for internet explorer

2006-07-15 Thread Steven Mooney
Excellentpoint. On 7/15/06, Zachery Bir [EMAIL PROTECTED] wrote: Drop the alerts, and liberally log() your way through the app, thenuse MochiKit's logging bookmarklet. MochiKit.Logging - we're all tired of alert()Zac --~--~-~--~~~---~--~~ You received this message

[mochikit] Re: developing with / for internet explorer

2006-07-15 Thread Jason Bunting
-Original Message- From: mochikit@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Zachery Bir Sent: Saturday, July 15, 2006 6:47 AM Subject: [mochikit] Re: developing with / for internet explorer Drop the alerts, and liberally log() your way through the app, then use