Hi
I try to make working debugging in VIM using termdebug
i tried to start a debug session using
pio debug
pio debug --interface=gdb --load-mode=modified --project-conf=platformio.ini
first line did recompile in debug… OK
second line did start a GDB> prompt… but no upload (tried without --load-mode, no luck)
tried debugging with vscode… everything works…
so my question is what is the process???
thanks and regards