Use this panel to specify the preprocessor settings of S12Z.
The following table lists and describes the preprocessor settings options for S12Z.
| Option | Description |
|---|---|
| Emit File/Line Breaks | Check to notify file breaks (or #line breaks) appear in the output. |
| Emit #pragma Directives | Check to show pragma directives in the preprocessor output. Essential for producing reproducible test cases for bug reports. |
| Emit #line Directives | Check to display file changes in comments (as before) or in #line directives. |
| Show Full Path | Check to display the full path in the preprocessor output. |
| Keep Comments | Check to display comments in the preprocessor output. |
| Keep Whitespace | Check to copy whitespaces in preprocessor output. This is useful for keeping the starting column aligned with the original source, though the compiler attempts to preserve space within the line. This does not apply when macros are expanded. |