Datasheet
SOFTWARE SIMULATOR OPTIONS
Related topics: Run Menu, Debug Toolbar
95
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Environment
mikroC 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 position.
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 C (single or multi–cycle)
instruction, then halt. If the instruction is a rou-
tine call, enter the routine and halt at the first
instruction following the call.
[F7]
Step Over
Execute the current C (single or multi–cycle)
instruction, then halt.
[F8]
Step Out
Execute all remaining instructions in the current
routine, return and then halt.
[Ctrl+F8]