STM32CubeIDE for Visual Studio Code (MCUs)

Ask questions on the STM32CubeIDE for Visual Studio Code extension. Find answers on a variety of topics, including build issues, debug functionalities, CMake project integration, and feature requests for CubeCLT installation.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cannot start project

After installing under STM32Cube key actions, and all other headings, "There is no data provider registered that can provide view data." is displayed. I have tried adding the path to Cube MX. In the STM32Cube Core plugin, runtime status shows not yet...

ryan4 by Associate
  • 142 Views
  • 2 replies
  • 1 kudos

Resolved! Run without debugging on VSCode

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 launc...

DamianoF by Associate III
  • 6126 Views
  • 22 replies
  • 5 kudos

Pretty-print support for GDB

Is it possible to get pretty-print support for data-structures and custom types? It seems that not even STL types (e.g. std::vector) can be inspected easily by default: std::_Vector_base<int, std::allocator<int> > = {...} std::_Vector_base<int, s...