> I'm trying to set a breakpoint within a function that gets called > multiple times within my program. I'd like for the emulator to break > only after the second pass through this function. Is this possible? Use the break on pass count feature in Mplab. Amey