debug-parameters

Tells the compiler to generate debug information for PARAMETERs used in a program.

IDE Equivalent

Windows: Debugging > Information for PARAMETER Constants

Linux: None

Mac OS X: Debug > Information for PARAMETER Constants

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-debug-parameters [keyword]

-nodebug-parameters

Windows:

/debug-parameters[:keyword]

/nodebug-parameters

Arguments

keyword

Are the PARAMETERs to generate debug information for. Possible values are:

none

Generates no debug information for any PARAMETERs used in the program. This is the same as specifying nodebug-parameters.

used

Generates debug information for only PARAMETERs that have actually been referenced in the program. This is the default if you do not specify a keyword.

all

Generates debug information for all PARAMETERs defined in the program.

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.

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.