please, i'm a beginner in picbasic pro,i'm looking for the option that let me follow my program step by step after i compile it, as in mplab(i want to see the execution of my program step bey step )is that exist in microcode studio?
please, i'm a beginner in picbasic pro,i'm looking for the option that let me follow my program step by step after i compile it, as in mplab(i want to see the execution of my program step bey step )is that exist in microcode studio?
Yes and no.
Microcode Studio has a software ICD built in. It's not really the same as source level debugging on the hardware level since the software ICD takes up both program space and execution cycles but it can be useful. With that said it is possible to use PBP as a language tool inside MPLAB and use the hardware ICD and source level debugging.
/Henrik.
Bookmarks