Solved
how to real-time update "watch" windows data
like keil "periodic window updata",now i can see the data by pausing
STM32Cube for Visual Studio Code V3.5.1
like keil "periodic window updata",now i can see the data by pausing
STM32Cube for Visual Studio Code V3.5.1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.