Dom.report all js exceptionsFrom MozillaZine Knowledge Base
[edit] BackgroundStarting in Firefox 3 (Gecko 1.9), the behavior of JavaScript exception logging to the Error Console changed to be less verbose. In particular, exceptions raised in inner JavaScript frames may not be logged in some circumstances. This preference allows those exceptions to appear in the Error Console. [edit] Possible values and their effects[edit] TrueLog exceptions in inner JS frames in the Error Console. [edit] FalseDo not log exceptions in inner JS frames to the console. (Default) [edit] Recommended settingsIf you are an extension developer and need to see exceptions associated with JavaScript and C++ interacting, you should set this preference to true. [edit] First checked in[edit] Has an effect in
[edit] Related bugs[edit] Related preferences
[edit] See also[edit] External links |
|