Visible to Intel only — GUID: GUID-629DBD5D-784F-4371-B108-75D66EAC73E5
Visible to Intel only — GUID: GUID-629DBD5D-784F-4371-B108-75D66EAC73E5
debug-parameters
Tells the compiler to generate debug information for PARAMETERs used in a program.
Syntax
Linux: |
-debug-parameters [keyword] -nodebug-parameters |
macOS: |
-debug-parameters [keyword] -nodebug-parameters |
Windows: |
/debug-parameters[:keyword] /nodebug-parameters |
Arguments
keyword |
Specifies the PARAMETERs to generate debug information for. Possible values are:
|
Default
nodebug-parameters |
The compiler generates no debug information for any PARAMETERs used in the program. This is the same as specifying keyword none. |
Description
This option tells the compiler to generate debug information for PARAMETERs used in a program.
Note that if a .mod file contains PARAMETERs, debug information is only generated for the PARAMETERs that have actually been referenced in the program, even if you specify keyword all.
IDE Equivalent
Visual Studio: Debugging > Information for PARAMETER Constants
Alternate Options
None