| PMSETDEBUG(3) | PMSETDEBUG(3) | 
int pmSetDebug(int level, FILE *error_file);
| int | level | Debug level | |
| FILE * | error_file | File to write error messages | 
pmSetDebug() sets the debug level to level and the
error file to error_file.  A level of 0 means no
debugging, otherwise the level is device dependent.
| None |