Options
Use the "File→Setup" menu item or the second toolbar button
to set conversion options.
You can configure:
- General options
- Use make
mode
Run conversions only if destination file does not exist or is not
up to date.
- Output
- Line
numbers
Write
#line ...
preprocessor instructions to C output file.
If the C compiler produces diagnostic messages, file name and line
number will guide you to the origin of the problem.
- Debug
- Create debug
output
Create C code writing debug messages to file or to standard output
for
$? "..."
instructions.
Uncheck this option to produce C code for a release without debug
messages.
- Debug to
standard output
Produce C code writing debug messages to standard output instead of
a file.
- Include
timestamp
Include timestamp in debug messages.
- Use "trace"
keyword
Insert the "trace" keyword in debug messages.
- Wide-character
support
Produce both normal character and wide character code for debug
messages. Only needed on Windows systems.