Software Simulator Options

Name Description Function Key Toolbar Icon
Start Debugger Starts Debugger. F9 Start Debugger
Run/Pause Debugger Run/Pause Debugger. F6 Run/Pause debugger
Stop Debugger Stop Debugger. Ctrl + F2 Stop debugger
Step Into Executes the current program line, then halts. If the executed program line calls another routine, the debugger steps into the routine and halts after executing the first instruction within it. F7 Step Into
Step Over Executes the current program line, then halts. If the executed program line calls another routine, the debugger will not step into it. The whole routine will be executed and the debugger halts at the first instruction following the call. F8 Step Over
Step Out Executes all remaining program lines within the subroutine. The debugger halts immediately upon exiting the subroutine. F8 Step Out
Run To Cursor Executes the program until reaching the cursor position. Ctrl+F8 Run to cursor
Toggle Breakpoint Toggle breakpoints option sets new breakpoints or removes those already set at the current cursor position. F5 Toggle Breakpoint
Copyright (c) 2002-2012 mikroElektronika. All rights reserved.
What do you think about this topic ? Send us feedback!
Want more examples and libraries? 
Find them on LibStock - A place for the code