Open
Description
The Arduino CLI and Upcoming Arduino IDE 2.0 support actual hardware debugging. They have support for a number of different JTAG and SWD Debuggers. It would be nice to add support for using this new debugging capability with the Artemis boards.
The documentation on supporting this is fairly minimal at the moment, but I found some info here; https://arduino.github.io/arduino-cli/0.21/platform-specification/#sketch-debugging-configuration
As the Nano 33 IoT currently supports debugging, it might be possible to look at its board definition files to figure out how to add support.