VSCode launch.json for running/debuging with flash offset
I’m currently developing a template to help developers debug code located at address 0x8011000 using VSCode.
So far, I haven’t had any success getting the debugger to work properly.
The .elf file itself is fine, when I flash it using STM32CubeProgrammer and enable "Run after programming", the code executes as expected.
I’ve tried multiple solutions, including suggestions from ChatGPT, but nothing has worked yet.

