I think it's to do with the 'Break on all errors' option - quite often it will break on exceptions which are being correctly handled and you don't care too much about. I really can't see a way around this though as it would require a list of 'safe' exceptions/errors to be kept by Firebug. Too messy.
On Wed, Nov 19, 2008 at 4:27 PM, John J Barton <[EMAIL PROTECTED]>wrote: > > If you post a compact example to the issues list I will check to see > if Firebug has any way to help. > jjb > > On Nov 18, 2:26 pm, "Moshe C." <[EMAIL PROTECTED]> wrote: > > And is there a way to control that in FF ? > > > > It is quite confusing to have Firebug open up, only to find (after > > being confused for a few minutes) that the exception is OK and being > > handled correctly by my code. > > > > Moshe > > > > On Nov 18, 5:56 pm, John J Barton <[EMAIL PROTECTED]> wrote: > > > > > Open Firefox > Tools > Error Console. If you see an error message for > > > the exception in the Error Console, then you will see it in Firebug > > > because Firefox sends it to us. If you don't then you should not see > > > it in Firebug. > > > > > jjb > > > > > On Nov 18, 5:19 am, "Moshe C." <[EMAIL PROTECTED]> wrote: > > > > > > I am using Firebug 1.2.1. > > > > I have some Javascript code that catches a possible exception, and > > > > handles it cleanly. > > > > > > How can I prevent Firebug from notifying about such an exception? > > > > > > Moshe > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
