How to prevent esp-idf jtag debugger from stopping at the first entry?
Posted: Sat Jun 04, 2022 8:01 am
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?
As far as I understand there is no option like python stopAtFirstEntry for launch.json.
Is it possible to prevent the debugger from stopping?