Function PGASetDebugLevelByName
Defined in File debug.c
Function Documentation
-
void PGASetDebugLevelByName(PGAContext *ctx, char *funcname)
Turn on debugging of the named function.
Example
PGAContext *ctx; ... PGASetDebugLevelByName (ctx, "PGAGetBinaryAllele");
- Parameters:
ctx – context variable
funcname – name of the function to turn on debugging output
- Returns:
None