Skip to main content
Associate
May 21, 2026
Question

Watchpoint feature seems to be missing. cannot find anything on it.

  • May 21, 2026
  • 1 reply
  • 53 views
The gui seems to not have support for viewing adding or changing watchpoints for what i can find.
 
I am able to use watchpoints using the debug console.
">watch address"
however it would be nice if that would also be visualized just like breakpoints.
 
STM32CubeIDE for Visual Studio Code: Version 3.9.0
 
here my launch.json file:

{
"type": "stlinkgdbtarget",
"request": "launch",
"name": "CM7 master STM32Cube: Launch ST-Link GDB Server",
"origin": "snippet",
"cwd": "${workspaceFolder}/XXX/",
"deviceName": "STM32H747BIT6",
"deviceCore": "Cortex-M7",
"serverSerialNumber": "XXX",
"serverInterface": "SWD",
"serverInterfaceFrequency": "21000",
"serverReset": "None",
"preRunCommands": [
"set output 16"
],
"program": "${workspaceFolder}/XXX/CM7/Debug/XXX.elf",
"imagesAndSymbols": [
{
"symbolFileName": "${workspaceFolder}/XXX/CM7/Debug/XXX.elf",
}
],
"liveWatch": {
"enabled": true,
"samplesPerSecond": "4"
},
"serverExtLoader": [
{
"loader": "${workspaceFolder}/XXX/CM7_ext_flash_ldr/XXX.stldr",
"initialize": false
}
]
},

1 reply

Florent V
ST Employee
May 22, 2026

Hi @wh1,

It is not supported yet for the moment.
We have an internal ticket to propose this feature.
As soon as it is done and delivered, I will let you know in this thread.

Kind Regards,
/Flo

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.