how can i follow the execution of my program?


Closed Thread
Results 1 to 2 of 2
  1. #1
    reda89's Avatar
    reda89 Guest

    Lightbulb how can i follow the execution of my program?

    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?

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default Re: how can i follow the execution of my program?

    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.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts