Intel® Inspector Help

appdebug

Set when to enable the debugger.

Syntax

-appdebug <value>

Arguments

off

Do not connect to debugger.

on-start

Connect to debugger when the application starts.

on-error

Connect to debugger when an application error is detected.

delay-analysis

(off)

Default

Off

Actions Modified

collect

Description

Use the appdebug action-option to set when to stop application execution and connect the application to the debugger. Useful for examining application state when Intel Inspector detects recognized problem types (break events).

Note

The debugger is not supported for the mi1 analysis type.

Example

Perform a Locate Memory Problems analysis and connect to the debugger only when an application error is detected.

$ inspxe-cl -collect mi3 -appdebug on-error -- ./test_memory.gcc

See Also