PGASetDebugLevel(3) PGAPack PGASetDebugLevel(3)NAMEPGASetDebugLevel - Turn on a debug level.DESCRIPTIONOnly valid if PGAPack was compiled to include debugging calls. See the user guide for details.INPUT PARAMETERSctx - context variable level - the debug level to set to PGA_TRUE.OUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetDebugLevel(ctx, level) PGAContext *ctx int levelLOCATIONdebug.cEXAMPLEExample: PGAContext *ctx; : PGASetDebugLevel(ctx, 70) 05/01/95 PGASetDebugLevel(3)