Is there any way to have Firebug *not* stop on errors in a try/catch but stop on all other errors? There is a "track throw catch" on the options menu but this does not have an effect on whether it stops within a throw/catch.
There are a couple of weird buts in Firefox such as getting an XULElement permissions exception when examining the thumb node that is passed in from the onmouseout handler. This is easily handled with a try/catch but unfortunately when using firebug it hits the error everytime I hover over the scroll thumb. Another example is the typical try/catch code when dealing with XMLHTTPRequest. Tried this on 1.2 and 1.3 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
