2025-08-28 5:48 AM - last edited on 2025-08-28 7:35 AM by Andrew Neil
like keil "periodic window updata",now i can see the data by pausing
STM32Cube for Visual Studio Code V3.5.1
2025-08-28 7:30 AM
Hi ApeMan,
You can use the live watch feature in the STM32Cube for Visual Studio Code pre-release 3.5.1 by adding the following attribute in your debug configuration:
"liveWatch": {
"enabled": true,
"samplesPerSecond": "4"
},
Regards,
/Flo