Maximilian
Lifer
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.
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.