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 visit http://getfirebug.com/firebuglite it also crashes your
browser? Have you tried on other pages?
regards,
Pedro Simonetti.
2010/9/13 omnihound <omni...@gmail.com>:
> 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 fir...@googlegroups.com.
> To unsubscribe from this group, send email to firebug+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
>
>
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 <omni...@gmail.com>:
We need help to solve this problem.
Follow this more discussed thread:
http://groups.google.com/group/firebug/browse_thread/thread/96d968fa3b16df71
Pedro Simonetti.
2010/9/20 mike <randa...@gmail.com>: