Usage: ====== tracecc [-r] [] tracecc [-r] [] tracecc -h tracecc -v tracecc [-r] -c tracecc -u tracecc -C Options: ======== -h --help Show help text. -v --version Print version information. -c --configure Configure permanent options. Note: configuration is always relative to the current permanent option set. It is recommended to run tracecc -u before configuring new permanent options. -u --unconfigure Remove all permanent options. -C --show-confguration Show current permanent options. -r --reset Reset all options (use as first option). This can be used to skip preferences. -d --debug-enable[=] Enable debug messages. -s --debug-stdout[=] If debugging is enabled, debug messages go to standard output instead of a file. -t --debug-timestamp[=] If debugging is enabled, a timestamp information is printed with each debug information. -i --debug-ide[=] If debugging is enabled, debug messages are printed in IDE style. -l --linenumbers[=] Place '#line xx "file"' directives in destination files pointing to appropriate places in the original source. -m --make[=] Run in make style, only create new destination files if necessary. -p --cpp-comments[=] C++ style comments are allowed by the compiler. -b --boxwidth[=] Set box width for comment boxes.