mikroC
making it simple...
DEBUGGER
mikroC - C Compiler for Microchip PIC microcontrollers
Start Debugger
Pause Debugger
Step Into
Step Over
Step Out
Run to Cursor
The
The Debugger simulates program flow and execution of instruction lines, but does not fully emulate PIC device behavior: it does not update timers, interrupt flags, etc.
After you have successfully compiled your project, you can run the Debugger by selecting Run > Debug from the
Debug [F9]
Start the Debugger.
Run/Pause Debugger [F6]
Run or pause the Debugger.
Step Into [F7]
Execute the current C (single– or
Step Over [F8]
Execute the current C (single– or
Step Out [Ctrl+F8]
Execute the current C (single– or
Run to cursor [F4]
Executes all instructions between the current instruction and the cursor position.
|
| page |
MikroElektronika: Development tools - Books - Compilers | 7 | |
|