This topic only applies to Intel® MIC Architecture.
The debugging solution for heterogenous applications on the command line consists of two loosely coupled debuggers:
Runs on the host. Launches and debugs the application when you are debugging a heterogeneous application.
The command line host debugger is launched with
idbc
The command line target debugger is launched with
idbc_mic
The auto-attach feature is not supported in the command line versions of the debuggers. if you want to debug host and coprocessor versions of an application at the same time, it is strongly recommended to use the Eclipse* based debugging solution.