Tool/software:
I have a breakpoint set at a function call. When stopped at the breakpoint, clicking Run does not restart execution, I have to click Stepover and then click run. Odd problem so I made a video.
https://youtu.be/tqlLLmlxSF4?si=8OO-oGwOqo6BCJnq
I have a breakpoint set at MyEEPROMWrite(). I click Run several times but execution stays at the same line. When I click StepOver MyEEPROMWrite() executes, the data in the Memory window updates and execution moves to the next line. Clicking run now runs the rest of the loop and stops at MyEEPROMWrite() and the behavior repeats.
I have rebooted a couple of times and checked for updates. My or may not be related to the other problem I posted with breakpoints getting lost when resetting or reprogramming the processor.
Thanks