Debugging with Visual Studio Code
Hi, I hope to don't be off topic.
Usually I use Visual Studio Code and I tried to use it for develop and debug on STM32.
Unfortunately I can't debug my firmware looking at the variables in real time.
I can look them only when I reach a breakpoint.
With STM32CubeIde this function works fine, but with Visual Studio Code doesn't work.
I'm working under linux and I tried gdb and openOCD.
I would like to use Visual Studio Code because I know it pretty well and because STM32CubeIde is too heavy.
Have you any suggestion for me?
Thanks.
Regards.