PDA

View Full Version : how can i follow the execution of my program?



reda89
- 22nd August 2012, 11:38
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?

HenrikOlsson
- 22nd August 2012, 15:09
Yes and no.
Microcode Studio has a software ICD (http://www.mecanique.co.uk/code-studio/icd/index.html) 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.