%%index text=options%%
%%index text=setup%%
%%index text="conversion options"%%
Use the "File→Setup" menu item or the
second toolbar button to set conversion options.
%%img src=sc-options.png alt=""Options" dialog box"%%
You can configure:
- General options
- %%index text=make%%Use make mode
Run conversions only if destination file does not exist or is not
up to date.
- Output
- %%index text="line numbers"%%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
- %%index text="debug output"%%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.
- %%index text="standard output"%%Debug to standard output
Produce C code writing debug messages to standard output instead of
a file.
- %%index text=timestamp%%Include timestamp
Include timestamp in debug messages.
- %%index text=trace%%Use "trace" keyword
Insert the "trace" keyword in debug messages.
- %%index text="wide character"%%Wide-character support
Produce both normal character and wide character code for debug
messages. Only needed on Windows systems.