Edit memory contents in Platformio debugger

Hello everyone,

I can view chip RAM contents with Platformio debugger (“Memory” tab), however, when I tried to edit it, I got the message that it’s read only. How can I enable editing RAM contents with debugger? I can edit the values of variables (local, global and static), but there’s a variable missing from the list (perhaps because it’s complex struct with nested structs), and I’d like to edit some members of that struct.

I’m using STM32F103C8. My debug tool is ST-LINK.

Does it work using debug console? See

set {unsigned int}0x3FF44004=0x00000000

in the debug console this command works fine.
I’m using ESP32 My debug tool is a ftdi minimodule

Thank you, I’ve opened an issue.

I found a sollution to change Platformio Variable values! I have already answered how to do it on this topic:
https://community.platformio.org/t/changing-variable-value-in-debug/25054/3