User manual

mikroC PRO for dsPIC
MikroElektronika
123
Step Into [F7], Step Over [F8] and Step Out [Ctrl+F8] are mikroICD debugger functions that are used in stepping mode.
There is also a Real-Time mode supported by the mikroICD. Functions that are used in the Real-Time mode are Run/
Pause Debugger [F6] and Run to cursor [F4]. Pressing F4 executes the code until the program reaches the cursor
position line.
Run(Pause) Debugger [F6] and Toggle Breakpoints [F5] are mikroICD debugger functions that are used in the Real-
Time mode. Pressing F5 marks the line selected by the user for breakpoint. F6 executes code until the breakpoint
is reached. After reaching that breakpoint Debugger halts. Here in our example we will use breakpoints for writing a
word "mikroElektronika" on LCD char by char. Breakpoint is set on LCD_Chr and the program will stop every time this
function is reached. After reaching breakpoint we must press F6 again to continue the program execution.