Open
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Hello everybody,
I am debugging an application that uses gptimer, and after a breakpoint I can see that the timer keeps ticking.
Resuming the code show a big delta count between pre and post breakpoint.
Is there anything I can do to stop the timer when the code is halted/stepping?
Thank you.