Function PGAParseDebugArg
Defined in File cmdline.c
Function Documentation
-
static void PGAParseDebugArg(PGAContext *ctx, char *st)
Routine to parse debug command line options, and set the appropriate debug level.
Description
Internal function. Called only by
PGAReadCmdLine()
. UsesPGASetDebugLevel()
for setting the debug level.- Parameters:
ctx – context variable
st – debug command line options
- Returns:
None