Greetings!
Is there a way to not step into an isr when single stepping after reaching a breakpoint?
I am debugging an STM32F7465 with Ozone. I have a periodic external interrupt being generated in my system, and after reading a breakpoint my single step debugging quickly drops into the isr and remains there because the ext interrupt keeps occuring in tens of ms.
Thanks,
-Rob
Is there a way to not step into an isr when single stepping after reaching a breakpoint?
I am debugging an STM32F7465 with Ozone. I have a periodic external interrupt being generated in my system, and after reading a breakpoint my single step debugging quickly drops into the isr and remains there because the ext interrupt keeps occuring in tens of ms.
Thanks,
-Rob