Live watch very slow in VSC compared to CubeIDE
I am using Visual Studio Code with the latest "STM32Cube for Visual Studio Code".
I use the default launch.json generated by CubeMX and added this to the config to activate the Cortex Live Watch:
"liveWatch": {
"enabled": true,
"samplesPerSecond": 20
}The values in my live watch update really slowly though, around 2 or 3 updates a second. I started CubeIDE with the same project, so exact same code and get very fast updates of my values in the live view there, looks like dozens of updates a second.
Is there any way to setup the cortex debugger or GDB server to get similar performances in Visual Studio Code?
Thanks,
Sebastian
