Mikroelektronika MIKROE-350 Fiche De Données

Page de 526
SOFTWARE SIMULATOR OPTIONS
Related topics: Run Menu, Debug Toolbar
84
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Environment
mikroBasic 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 Break-
points 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 Basic (single or multi–cycle)
instruction, then halt. If the instruction is a routine
call, enter the routine and halt at the first instruc-
tion following the call.
[F7]
Step Over
Execute the current Basic (single or multi–cycle)
instruction, then halt.
[F8]
Step Out
Execute all remaining instructions in the current
routine, return and then halt.
[Ctrl+F8]