Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/autogen/autogen.html/ drwxr-xr-x | |
| Viewing file: Select action/file-type: Next: autogen processing, Previous: autogen out-handling, Up: autogen Invocation [Contents][Index] 5.4 debug-tpl optionsThe following options are often useful while debugging new templates. They specify limits that prevent the template from taking overly long or producing more output than expected. loop-limit option.This is the “limit on increment loops” option. This option takes a number argument lim. This option prevents runaway loops. For example, if you accidentally specify, "FOR x (for-from 1) (for-to -1) (for-by 1)", it will take a long time to finish. If you do have more than 256 entries in tables, you will need to specify a new limit with this option. timeout option (-t).This is the “limit server shell operations to This option has some usage constraints. It:
AutoGen works with a shell server process. Most normal commands will complete in less than 10 seconds. If, however, your commands need more time than this, use this option. The valid range is 0 to 3600 seconds (1 hour). Zero will disable the server time limit. trace option.This is the “tracing level of detail” option. This option takes a keyword argument level. This option has some usage constraints. It:
This option will cause AutoGen to display a trace of its template processing. There are six levels, each level including messages from the previous levels:
trace-out option.This is the “tracing output file or filter” option.
This option takes a string argument file.
The output specified may be a file name, a file that is appended to,
or, if the option argument begins with the show-defs option.This is the “show the definition tree” option. This option has some usage constraints. It:
This will print out the complete definition tree before processing the template. used-defines option.This is the “show the definitions used” option. This option has some usage constraints. It:
This will print out the names of definition values searched for during the processing of the template, whether actually found or not. There may be other referenced definitions in a template in portions of the template not evaluated. Some of the names listed may be computed names and others AutoGen macro arguments. This is not a means for producing a definitive, all-encompassing list of all and only the values used from a definition file. This is intended as an aid to template documentation only. core option (-C).This is the “leave a core dump on a failure exit” option. This option has some usage constraints. It:
Many systems default to a zero sized core limit. If the system has the sys/resource.h header and if this option is supplied, then in the failure exit path, autogen will attempt to set the soft core limit to whatever the hard core limit is. If that does not work, then an administrator must raise the hard core size limit. Next: autogen processing, Previous: autogen out-handling, Up: autogen Invocation [Contents][Index] |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0069 ]-- |