process_config_line

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_line(string directive);

Last updated