cancel
Showing results for 
Search instead for 
Did you mean: 

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

wh1
Associate
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
}
]
},
0 REPLIES 0