Datasheet

Software Simulator Options
Related topics: Run Menu, Debug Toolbar
90
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Environment
mikroPASCAL PRO for AVR
CHAPTER 2
Name Description Function Key
Toolbar
Icon
Start Debugger
Start Software Simulator. [F9]
Run/Pause
Debugger
Run or pause Software Simulator. [F6]
Stop Debugger
Stop Software Simulator. [Ctrl+F2]
Toggle
Breakpoints
Toggle breakpoint at the current cursor posi-
tion. To view all breakpoints, select Run >
View Breakpoints from the drop–down menu.
Double clicking an item in the Breakpoints
Window List locates the breakpoint.
[F5]
Run to cursor
Execute all instructions between the current
instruction and cursor position.
[F4]
Step Into
Execute the current Pascal (single or
multi–cycle) instruction, then halt. If the instruc-
tion is a routine call, enter the routine and halt
at the first instruction following the call.
[F7]
Step Over
Execute the current Pascal (single or
multi–cycle) instruction, then halt.
[F8]
Step Out
Execute all remaining instructions in the current
routine, return and then halt.
[Ctrl+F8]