User manual

Table Of Contents
5. Debugging with the simulator Raisonance Tools for ARM
5.4 Simulator toolbar
The simulation is controlled by the simulator toolbar:
1. Run: Pressing this button launches the application. When the application is running, this button
is grayed, then the Pause button becomes available.
2. Pause: Pressing this button stops the application.
3. Reset: Pressing this button resets the application.
4. Step Into: On a function call in a line of the C source code, this button steps into the called
function. If it is not a function call, it goes to the next line in the source code.
5. Step Over: On a function call in a line of the C source code, this button steps over the called
function.
6. Step Out: In a function this button gets out of the function.
7. Run To: Run the program until the cursor.
8. Toggle breakpoint: If there is no breakpoint on the current line, Ride7 sets a breakpoint on it.
If there is one, the breakpoint is removed.
9. Clear All breakpoints: Clear all the breakpoints set.
10. Project: Open the Project window.
11. Find in files: Pressing this button opens the Find in files window allowing the search an
expression in files of the project directory.
12. Binoculars: This opens the search window.
13. Documentation: Pressing this button opens the Documentation window allowing to open
Help html files.
14. Toolbar Options: Allows to Add or Remove buttons in the menu.
- 22 -