Function PGAParseDebugArg

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(). Uses PGASetDebugLevel() for setting the debug level.

Parameters
  • ctx – context variable

  • st – debug command line options

Returns

None