nsIDebug
Last changed in Gecko 1.9.2 (Firefox 3.6 / Thunderbird 3.1 / Fennec 1.0)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. |