platformio / platform-ststm8

ST STM8: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm8
Apache License 2.0
40 stars 26 forks source link

Modify core registers shown in the REGISTERS view? #41

Open IansMusical opened 3 years ago

IansMusical commented 3 years ago

@maxgerhardt: I can see the STM8 core registers in the REGISTERS view and of course they update but is it possible to change the register values?

maxgerhardt commented 3 years ago

Not possible via the GUI now but again as per #40 direct GDB commands in the "Debug Output" console per https://sourceware.org/gdb/onlinedocs/gdb/Registers.html

set $pc =0x8000

This issue is also already tracked per https://github.com/platformio/platformio-vscode-ide/issues/1495