Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIDebug2

Adds access to additional information in debug builds of Mozilla code by expanding upon the features in nsIDebug
1.0
28
Introduced
Gecko 1.9.2
Inherits from: nsIDebug Last changed in Gecko 1.9.2 (Firefox 3.6 / Thunderbird 3.1 / Fennec 1.0)

Attributes

Attribute Type Description
assertionCount long The number of assertions since process start. This is normally zero in release builds, but does include calls to nsIDebug.assertion(). Read only.
isDebugBuild boolean Whether XPCOM was compiled with DEBUG defined. This often correlates to whether other code (for example, Firefox, XULRunner) was compiled with DEBUG defined. Read only.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, Neil, trevorh
 Last updated by: Sheppy,