Lines Matching defs:debug
197 // Write out the assertion message to the debug log
214 /* Create the debug dialog out of process to avoid the crashes caused by
277 * be 0xFFFF. We'll give the user a chance to debug it by calling
280 * assertions and since it means that you can't actually run the debug build
298 // Write out the assertion message to the debug log
426 // Write out the warning message to the debug log
439 nsIDebug* debug = new nsDebugImpl();
440 if (!debug)
443 nsresult rv = debug->QueryInterface(aIID, aInstancePtr);
445 delete debug;