Mikroelektronika MIKROE-724 データシート

ページ / 726
118
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
mikroICD Debugger Options
Debugger Options
Name
Description
Function 
Key
Toolbar 
Icon
Start Debugger
Starts Debugger.
F9
Run/Pause Debugger
Run/Pause Debugger.
F6
Stop Debugger
Stop Debugger.
Ctrl + F2
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 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 Out
Executes all remaining program lines within the subroutine. The 
debugger  halts  immediately  upon  exiting  the  subroutine.  this 
option is provided with the PIC18 microcontroller family, but not 
with the PIC16 family.
F8
Run To Cursor
Executes the program until reaching the cursor position.
Ctrl + F8
Toggle Breakpoint
Toggle breakpoints option sets new breakpoints or removes those 
already set at the current cursor position.
F5
Related topics: Run Menu, Debug Toolbar