On Aug 18, 7:17 pm, Jason Doucette <[email protected]> wrote: > Honza, > > I've tried the test, and it results in the same thing that happens to > me. It shows that it stopped here: > > function onclick(event) { > onExecuteTest(); > > } > > But I ran the test the way that I do it: I read on the forums that > there is no "break on all error" button anymore, and now it's the > Pause button Exactly (note that this change has been done long time ago, around Firebug 1.5 or so)
> , so I press F12 to open FireBug, reload the page, press > Pause to enable "break on all errors" (which makes no sense to me; > there should be a button called this, and I've already reported this), > and then I execute the script to which FireBug doesn't catch it. Not sure if I understand the confusion, but state of the button is remembered and so, if you enabled "break on all errors" it's activated and you can reload page to perhaps catch even errors that happen during the page load. > > Now, I see in your test, that you have to enable the console to so > do... I had no idea. I'll try this right now... > > Now when I reload the page, I didn't even press Pause (but I can see > that Pause says "break on all errors" so maybe my pressing it before Yes, that's because the state is persistent across page reloads and Firefox restarts. > enabled this, which didn't actually enable until the Console was > enabled...?) And it shows this: > > t234 is not defined > var j = t234(); > > So it appears it works! :) Thanks! > And when I relaunch FireFox, it appears that it remembers these > settings. > Thank for very much! :) > > So now the real problem isn't that FireBug isn't working... the > problem is that people don't know how to use it. I'll write a blog post about this. > Shouldn't there > merely be a "break on all errors" button clearly visible as soon as > FireBug loads? We are happy to improve the UI, but I don't know what to do. Note that the Console tab label has a shadow in case "break on all errors" is active and the button-icon is "throbbing". What else we could be to make more visible & understandable? Honza -- 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.
