On Mon, Dec 1, 2008 at 12:26, Hugh Gibson <[EMAIL PROTECTED]> wrote: > Opened a site with a lot of scripts (400-600), which is opened in a new > browser instance. I got this sort of error whenever I tried to load a > script: > > Failed to load source for sourceFile top-level > http://127.0.0.1:8070/r5048/Widgets/qooxdoo_source/frontend/framework/source/class/qx/ui/core/ClientDocument.js > script.tags( X| 3606 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 > 4800 4801 4802 4803 4804 4805 )
I also have this issue with FB. But my case is slightly different. I'm working with GWT+GEARS, but beacuse of Gears I can't debug GWT in hosted mode. So the only way to debug my applications is compiling GWT with "nice output" (by default GWT's JS output is obfuscated) and add breakpoints with FB to the raw JavaScript. Compiling GWT with "nice output" is a double-edge weapon: you can read the code reasonably well, but the script size is _huge_. And here's where the "failed to load source" issue appeared. I just have one big JS file, but if I try to load it with cache enabled, I get this error. The JS file is about 250Kb, containing 8K lines of code. Hope this helps in any way, Peregrino --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
