In the Application view, set up the details for your application project and select the ELF file.
- Stop At Main
- Used to stop the debugger at
main()
function. - Stop at Program Entry
- Used to stop the debugger at program entry.
- Reset Processor
- You can choose to reset the entire hardware system or the specific processor, or choose not to reset. Performing a reset ensures that there are no side effects from a previous debug session.
- Advanced Options
- These options are used for profiling an application. Click Edit to see the options. The options to select are This is a self relocating application and Profiling Options.