process_config_directive

Parse one or more ida.cfg config directives
     line - directives to process, for example: PACK_DATABASE=2
If the directives are erroneous, a fatal error will be generated.
The changes are permanent: effective for the current session and the next ones

void process_config_directive(string directive);

Last updated