On Jun 15, 11:49 am, gozala <[email protected]> wrote: > On Jun 15, 6:42 pm, John J Barton <[email protected]> wrote: > > > > > On Jun 15, 9:15 am, gozala <[email protected]> wrote: > ... > > > - source URL's for evaled code works very rarely (with the same code > > > sometimes it does sometimes it's not), for me and bunch of people I > > > know, maybe it's just us... > > > If we had test cases we could fix it. All the cases for eval that I > > have work. Do all of these cases work in Web inspector? > > I never had an issue with this in web inspector.
Here are two test cases for eval(): Fails in Google Chrome (Web Inspector): http://getfirebug.com/tests/script/CallDynLoadedFunctionWithNoSourceURL.html Works in Google Chrome (Web Inspector) http://getfirebug.com/tests/script/CallDynLoadedFunction.html Apparently they implemented my // @sourceURL scheme but not the MD5 hash scheme that deals with arbitrary evals. (Which I think is a good engineering decision btw). jjb -- 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.
