| |||
| Home > Controlling execution > Running an image | |||
You must run an image to be able to monitor how it is executed on a target.
Before you can run an image it must be load onto the target. An image can either be preloaded on a target or loaded onto the target as part of the debug session.
The image that runs on the target does not have to contain debugging information. To be able to use debugging features, you must have a corresponding image that is built with debug information.
To run an image:
Launch Eclipse.
Select the DS-5 Debug perspective.
Connect to the required target.
If your target configuration is set to run the image to the entry point or to a specified function, then skip the next step.
If your target configuration is set to connect only, then you must run the image. To do this, select from the menus or click on a toolbar icon in the Debug Control view:
Run the application to the global function main().
Run the application to the entry point.
Run the application from the beginning.
Run or continue to run the application.
ARM DS-5 Debugger Command Reference:
ARM DS-5 Using Eclipse: