I have a JavaScript issue where something doesn't work in Chrome but works in Firefox. Since this is part of a big Web Portal, I cannot easily isolate stuff.

I know that Chrome has a Javascript timeline, but does Firefox have something like that as well? Firebug only seems to set arbitrary breakpoints or "Break on Next", but no way to just see what JavaScript is executed.

link|improve this question

feedback

1 Answer

Open firebug and click the arrow on the "net" tab. click enable. Lastly, reload the page.

link|improve this answer
That shows me Resources that are loaded, but it doesn't show me which JavaScript functions get executed? – Michael Stum Aug 11 '11 at 1:00
did you try the "stack" tab under the "Script" tab? – Joseph Marikle Aug 11 '11 at 1:02
That only seems to work when I break execution, it's no live graph of anything. I don't know where the error could be, so I'm looking for a live view of any javascript that is executing in the page. – Michael Stum Aug 11 '11 at 1:06
@MichaelStum then I have no idea :P The error console is not helping at all? – Joseph Marikle Aug 11 '11 at 1:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.