• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Firebug help

When i get an infinite loop firefox seems to detect this, darken the screen a bit then pops up with "continue, debug, stop script" and i can debug and see what values are what and where they are in my javascript and firebug brings you to the problem line.

How can i do the same thing without the infinite loop crash? My program seems to be working fine but its not putting out anything possibly because i suck at making a UI but i would like to see the values etc like i can when an infinite loop debug scenario occurs. Its definately doing something because there are various calls to various functions i can see but i cant see the values of arrays etc. How can i do this? Im pretty new to firebug so im not sure what options to use etc.
 
When you are stepping through the Javascript the right hand panel should auto populate with relevant watches for you, you can also add any more that you need. There's also a tab you can use to look at the current execution Stack.
 
Back
Top