I am trying to move my STM32 development away from STM32CubeIDe and I have installed the ST STM32 VSCode extension in my VSCode. After some issues I was able to import my CubeIDE project into VSCode and get it built. Now, I need to set up a launch task to VSCode to debug my code. I am using a JLink Ultra with CubeIDE and need to do the same from VSCode. Can anyone provide a launch.json file that achieves this?
Sid
Sid