On May 5, 7:24 pm, MeRiZ <[email protected]> wrote: > Fuuuu, I waited and I hoped, that this bug will be fixed in FB 1.7. I have > very biiig problem with debugging my classes which are builded on the top of > the Dojo Build System ( dojo.require(), dojo.provide(), ... ). > > In Net Panel are ALL JS files which are loaded through ajax request without > any problem, but I don't see this JS files in the Script Panel, so I can't > debug and investigate this JS files. > > Are you planning fix this problem in FB 1.8? REALLY? :( :(
This problem is in Firefox 4.0. We can't fix it in any version of Firebug. > If yes, pls give me some advices or suggestions how to work / debug dojo JS > files with FF 4 and FB 1.7. In your dojo code, find bootstrap.js, change return d.global.eval ? d.global.eval(scriptFragment) : eval(scriptFragment); to return eval(scriptFragment); jjb > > Thank you very much for some informations and comments, how it will be. > > On 2. 5. 2011 17:22, John J Barton wrote: > > > > > > > > > If you are using Dojo, then yes, this is a known bug in FF 4.0, > > earliest fix will be FF 5.0. > > jjb > > > On May 2, 1:46 am, JB <[email protected]> wrote: > >> Hello, > > >> On Firebug 1.7, we are unable to access our (numerous) script files > >> since none of them get a meaningful name anymore. > > >> Our project is not available on the Internet, but the issue can be > >> reproduced here:http://www.amadeus.net/ > > >> If you compare the script list in Firebug 1.6 (FF3.6) and Firebug 1.7 > >> or even 1.8b2 (FF4), you'll see what I mean. > > >> Is that a known regression? > > >> Thanks, > >> JB > > > > signature.asc > < 1KViewDownload -- 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.
