DSC Preprocessor > Settings

Use this panel to specify the preprocessor settings of DSC Preprocessor.

The following table lists and describes the preprocessor settings options for DSC.

Table 1. Tool Settings - DSC Preprocessor > Settings
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 control whether file changes show the full path or the base filename of the file.
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.