Break points not executed in Interrupt Routine Macro's

An area to discuss 32-bit PIC specific problems and examples

Moderator: Benj

Post Reply
User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Break points not executed in Interrupt Routine Macro's

Post by QMESAR »

Hi Team.

When a break point is placed inside a macro that is called in a Interrupt the Break point is not recognized by FC or The ICD
In a PIC18 this issue is not seen and works correctly.(from the scope print you will notice that the Interrupt macro is executed as a pin is toggled in this macro, in FC the break point on the Output icon is never executed.
Also in simulation without ICD the code never jumps into the Interrupt called macro .
My question now is is this intentional and how it should work on PIC32 or are we still having a bug or even I might be the bug .
Please help me understand with ICD/Flowkit if break points should be working in Interrupt macro's or not.
Attachments
4.JPG
4.JPG (69.29 KiB) Viewed 6581 times

Post Reply