Welcome to the STM32 Community :smiling_face_with_smiling_eyes:
I will check this reported issue and I will give you an update as soon as possible.
Thanks for your contribution.
Imen
In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Generally viewing peripheral registers in this manner is invasive and damaging to normal operation. There isn't a "magic window" and the debugger alters the peripherals internal state, this will break FIFO's in USB or SDMMC/SDIO type peripherals, and clear status bits in USART and ADC, etc.
Use very cautiously. If you need telemetry dump flow and content within your own code where you can limit the impact/side-effects.