-
Previously in v4.3.0, I used the "GDB OpenOCD Debugging" Debug Configuration for hardware debugging of my custom SAMD21G18A board. This option is now missing in v4.4.3? Can anyone please explain how I can get this functionality back? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
the "GDB OpenOCD Debugging" is not a part of Sloeber but a part of the ecosystem of CDT. |
Beta Was this translation helpful? Give feedback.
-
Here is a little more procedural detail for others who might wish to do this: In order to get the "GDB OpenOCD Debugging" working in Sloeber v 4.4.3: 1. Install "Embedded CDT OpenOCD Debugging Plugin: Help > Install New Software... > Add... Install: 2. Create a "Debug" Build Configuration by copying "Release" 3. Modify the following Build Variables for the "Debug" Build Configuration: Modify ${compiler.c.elf.flags} by replacing ${compiler.optimization_flags} with ${compiler.optimization_flags.debug} |
Beta Was this translation helpful? Give feedback.
the "GDB OpenOCD Debugging" is not a part of Sloeber but a part of the ecosystem of CDT.
This specific part moved closer to cdt and is now called embedded CDT.
Due to all the renaming I'm not sure which part exactly you need to install but installing embedded CDT in your sloeber should provide you with the same (or upgraded) functionality.