You can either open an executable file to debug it, or attach the debugger to an existing process.
To open an executable file:
The debugger opens the executable. In the background, the debugger immediately creates a dummy process and uses it to gather information about the executable, such as which dynamic libraries are mapped. This process never continues, and is killed when:
the debugger exits.
you unload the executable file.
Copyright © 2001-2011, Intel Corporation. All rights reserved.