inline-debug-info, Qinline-debug-info

Produces enhanced source position information for inlined code.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -inline-debug-info
Windows:  /Qinline-debug-info

Arguments

None

Default

OFF No enhanced source position information is produced for inlined code.

Description

This option produces enhanced source position information for inlined code. This leads to greater accuracy when reporting the source location of any instruction. It also provides enhanced debug information useful for function call traceback. The IntelŪ Debugger (IDB) uses this information to show simulated call frames for inlined functions.

To use this option for debugging on Linux systems, you must also specify a debug enabling option, such as -g.

To use this option for debugging on Windows systems, you must also specify a debug enabling option, such as /debug.

Alternate Options

Linux: -inline_debug_info , -debug inline_debug_info
Windows: /Qinline_debug_info