On Jul 4, 2006, at 3:21 PM, Giulio Cesare Solaroli wrote: > I am working on a widget library based on MochiKit. My library has > been inspired by the ui4web work of Leonardo Soto, but I am > experimenting with a different "philosophy" (some of the discussion of > this issue are available on the ui4web mailing list). > > I usually try the new code with FireFox, as the FireBug extension is > quite useful. Everything looked fine, but when trying the code with > Safari I got a "Maximum call stack size exceeded". > > I have found some info on this error, and it looks like FireFox has a > much deeper stack (1000 levels) than Safari (100 levels), if I got it > right. > > I would like to ask if any of you has any idea on the best way to > debug this issue, as I have no idea where to start other than filling > the whole code with logging statements (and I don't pretend this to be > a great idea).
You're not going to do much better than logging statements in Safari... though you could try the new WebKit debugger Drosera. http://webkit.opendarwin.org/blog/?p=61 -bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
