Tried this. no changes. back to situation when debugger not working at all.
And I have same issue, like here ESP32 & PIO Unified Debugger - #64 by ivankravets
I run blink example. just added serial output there, no other changes.
I start debug with or without preload
setting.
- it stops in
app_main
, when I do F10 or F11 it stops in ASM code …rtc_slow_clock - when stopped in
app_main
i can set bp inloopTask
, it stops there - then i press F10 - it goes and stops in 'loop` (but i was on ‘setup’!)
- next step F10 - it stops at IPAddress.cpp IPAddress::printTo…
- next F10 - small error message with red cross in bottom right corner.
…
something is broken either in opencd or opencd interfacing module… i’m on kubuntu 18.04
one question i have arised - is it possible to disable debugging for core0, and leave it for core1, where arduino task is running?