Opening the helloworld Executable

To open the executable file:

  1. In the debugger, select File > Open Executable ....
  2. Click the Browse button, navigate to your working directory and select the helloworld executable file.
  3. Click OK.

The debugger opens helloworld.

To open the executable file using the command line:

Enter the following command:

(idb) file helloworld

The debugger opens helloworld.


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.