2025-05-28 11:25 PM
Each time the debug function is used, there will be one more item in the STM32cube registers tree of the debug interface
2025-05-29 1:30 AM
Hello @sukiElaina,
Could you share your debug configuration in launch.json?
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.
2025-05-29 7:02 AM
Known behavior ...
https://marketplace.visualstudio.com/items?itemName=stmicroelectronics.stm32cube-ide-registers is claiming to inherit from https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector and this one behaves the same.
Very same applies to https://marketplace.visualstudio.com/items?itemName=mcu-debug.peripheral-viewer
Sounds kind of must have if running multiple debug sessions at same time (multi core devices as example) but for basic device a bit annoying yes.
Workaround I've found is to reload or restart VSCode
2025-05-29 7:05 AM