|
|
|
mikroICD - In-Circuit Debugger
mikro ICD is highly effective tool for Real-Time debugging on hardware level. ICD debugger enables you to execute a mikroPascal program on a host PIC microcontroller and view variable values, Special Function Registers (SFR), memory and EEPROM as the program is running.
|
|
|
|
|
If you have appropriate hardware and software for using mikro ICD then you have to upon completion of writing your program to choose between Release build Type or ICD Debug build type.
|
|
|
|
|
Watch Window
mikroICD Watch Window is the main mikroICD window which allows you to monitor program items while running your program. The Watch Window displays variables and registers of PIC, with their addresses and values. Values are updated as you go through the simulation. Use the drop-down menu to add and remove the items that you want to monitor. Recently changed items are colored red.
|
|
|
|