I created a simple page using Array.forEach, but I can't see any problem with the profiler
http://www.janodvarko.cz/temp/firebug/tests/profiler/array-foreach.html 1) Load the page 2) Enabled Console and Script panels 3) Reload the page 4) Start profiling 5) Click button on the page 6) Stop profiling 7) There are results in the Console panel Do you have another simple test case? Honza On Oct 28, 5:43 am, Sonny To <[email protected]> wrote: > i just encountered the same problem. it was introduced when I used > Array.forEach instead of a regular Array.map > > disabling firebug made Array.forEach work again or converting forEach to a > regular for loop > > > > > > > > On Monday, October 15, 2012 11:10:26 AM UTC-4, Bernhard Lenz wrote: > > > We're trying to profile the page load times of www2.nykline.com but > > Firebugs gets into an infinite loop with a "Script: > > resource://firebug/firebug-service.js:4308" error. Even if the "Stop > > scripting" button is clicked on the error popup the browser hangs and the > > error popup comes back again a few seconds later. The only way to get out > > of this loop is by killing firefox from the task manager. > > > Is there a way to get around this infinite loop by changing any > > firebug settings? -- 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 https://groups.google.com/forum/#!forum/firebug
