WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDebug

IID:3bf0c3d7-3bd9-4cf2-a971-33572c503e1e
Inherits From:nsISupports
Status:FROZEN

Methods

void abort ( char* file , PRInt32 line ) void assertion ( char* str , char* expr , char* file , PRInt32 line ) void break ( char* file , PRInt32 line ) void warning ( char* str , char* file , PRInt32 line )

void abort ( char* file , PRInt32 line )

Arguments:
file
line

void assertion ( char* str , char* expr , char* file , PRInt32 line )

Arguments:
str
expr
file
line

void break ( char* file , PRInt32 line )

Arguments:
file
line

void warning ( char* str , char* file , PRInt32 line )

Arguments:
str
file
line

Reference documentation is generated from Mozilla's source.