Page 1 of 1

How to prevent esp-idf jtag debugger from stopping at the first entry?

Posted: Sat Jun 04, 2022 8:01 am
by brand17
After I launch my app in VSCode esp-idf extension with jtag flash method the debugger (it is probably xtensa-esp32-elf-gdb) always stop at the first entry.

As far as I understand there is no option like python stopAtFirstEntry for launch.json.

Is it possible to prevent the debugger from stopping?