OpenOCD version
v0.12.0-esp32-20250422
Operating System
Windows 11
Using an IDE ?
vscode
OpenOCD command line
"initGdbCommands": ["target remote :3333", "mon reset halt", "flushregs", "thb app_main"]
ESP-IDF version
5.5.0
Problem Description
When pausing on breakpoint, gptimer continues to count.
Debug Logs
Expected behavior
Timer should stop and increase as I step the code.
Screenshots
No response