Question
How to use liveWatch when debugging with Jlink in STM32CubeIDE for Visual Studio Code
{
"type": "jlinkgdbtarget",
"request": "launch",
"name": "STM32Cube: Launch JLink GDB Server",
"origin": "snippet",
"cwd": "${workspaceFolder}",
"preBuild": "${command:st-stm32-ide-debug-launch.build}",
"runEntry": "main",
"imagesAndSymbols": [
{
"imageFileName": "${command:st-stm32-ide-debug-launch.get-projects-binary-from-context1}"
}
],
"liveWatch": {
"enabled": true,
"samplesPerSecond": "4"
}
},Under this configuration, the prompt indicates that the attribute "liveWatch" is not allowed.
