You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Although the Arduino Pro IDE provides the general debugging capability for Arduino sketches, each boards platform must also be configured to enable this.
As far as I know, the Arduino SAMD Boards platform is the only one that currently has debugging support. The Arduino Zero is especially convenient to use with the Arduino Pro IDE's debugger because the Zero has a build in debugger, so all you need to do is just plug in the USB cable like normal and you're ready to debug! The Arduino MKR1000 is also a good board for using with the debugger because it has the standardized 2x5 0.05" pitch SWD header that allows it to easily be connected to any standard debug probe.
When starting the debugger the following error message pops up:
Error during Debug: Cannot get command line for tool: cannot get programmer tool: undefined 'debug.tool' property
The text was updated successfully, but these errors were encountered: