2025-04-23 11:29 PM
I have setup STM32 VSCode extension on my PC and it is amazing. The only problem that I have encountered is that it is not possible to run the code without debugging. I removed the "runToEntryPoint": "main" line in launch.json. But every time I launch the code it attaches a debugger. How can I simply run the code without debugging?
Thank you,
Damiano
Solved! Go to Solution.
2025-12-24 1:20 PM
Hi David, thousand thanks for the detailed description!
2025-12-30 6:55 AM
Hey! Thanks for this, I thought I was going crazy as I had some old proejcts generated using an older version with these tasks added automatically!
The tasks you suggest are using the command to call the STM32_Programmer_CLI which should have been replaced in v 3.7.0 with the built in CLI tools installed through the bundles manager. Do you have an idea of how to recreate this functionality without installing the STM32CubeProgrammer?