Search found 1 match
- Mon Dec 11, 2017 5:19 pm
- Forum: ESP-IDF
- Topic: Cannot correctly jump to next line in some files when debug with openocd/gdb
- Replies: 6
- Views: 10461
Re: Cannot correctly jump to next line in some files when debug with openocd/gdb
I am experiencing the same issue trying to step through code that is using Bluetooth and the awesome C++ BLE classes that nkolban provided. When using OpenOCD and xtensa-esp32-elf-gdb in Eclipse, I always hit my first breakpoint just fine. But then when I try to step, the program keeps randomly stop...