Implemented by
nsIDebug is an interface between XPCOM Glue and XPCOM. Users should access
the nsIDebug interface through the static class nsDebug.
@see nsDebug.h
@status UNDER_REVIEW
[scriptable, uuid(3bf0c3d7-3bd9-4cf2-a971-33572c503e1e)]
interface nsIDebug : nsISupports
Methods
void
abort(in string aFile, in long aLine)
void
assertion(in string aStr, in string aExpr, in string aFile, in long aLine)
void
break(in string aFile, in long aLine)
void
warning(in string aStr, in string aFile, in long aLine)
Compare to: