Try enabling trace and disabling console, by loading the script with the following options:
path/to/firebug-lite.js#enableTrace,overrideConsole=false If that doesn't work, you could try this: 1) checkout Firebug Lite code: http://fbug.googlecode.com/svn/lite/branches/firebug1.3/ 2) Then load Firebug Lite in development mode, by loading the script: <script type="text/javascript" src="/local/path/to/firebug-lite-dev.js"></script> 3) If it still crashes, open the "firebug-lite-dev.js" file and try disabling one module and go back to step #2. I suggest trying disabling "xhr.js" first, then "css.js". To disable a module, comment the line in which the module file is listed. 4) Repeat #2 and #3 until you find which is the problematic module, then we'll proceed from that. Pedro Simonetti. 2010/9/13 omnihound <[email protected]>: > It was previously working until the last couple of days, which is why > I am suspecting it may have something to do with the newest stable > release. > > visiting http://getfirebug.com/firebuglite on the ipad also causes > mobile safari to crash. > > On Sep 14, 8:50 am, Pedro Simonetti Garcia <[email protected]> > wrote: >> Sorry, >> >> I don't have an iPad to test, but other users have confirmed in the >> past that it works on it (at least, it was working). >> >> If we work together maybe we can detect what is the source of the >> problem and then I'll be able to fix the problem. >> >> If you visithttp://getfirebug.com/firebugliteit also crashes your >> browser? Have you tried on other pages? >> >> regards, >> >> Pedro Simonetti. >> >> 2010/9/13 omnihound <[email protected]>: >> >> >> >> > This has only happened as recently as the new firebug lite release, >> > but firebug lite is crashing when I try to load it on an iPad. Is >> > anyone else experiencing this? >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Firebug" 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 >> > athttp://groups.google.com/group/firebug?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Firebug" 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/firebug?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en.
