Tool/software:
In our Application, based on timer 0 some check condition will be checked every one millisecond. While debugging when breakpoint hit the timer still keeps running due to which timer 0 IRQ is in pending state(Verified in vector table pending bit is set), after stepping immediately timer IRQ is served and the check condition fails due to which MCU reset (Expected Behaviour)
Is there any way to halt timer while debugging