Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

macOS: debugger problem v0.1.1 #328

Closed
newweaver opened this issue Sep 2, 2020 · 3 comments
Closed

macOS: debugger problem v0.1.1 #328

newweaver opened this issue Sep 2, 2020 · 3 comments
Labels
conclusion: invalid This doesn't seem right type: imperfection Something isn't working

Comments

@newweaver
Copy link

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

@newweaver newweaver added the type: imperfection Something isn't working label Sep 2, 2020
@per1234
Copy link
Contributor

per1234 commented Sep 2, 2020

Hi @newweaver. Which board do you have selected?

@newweaver
Copy link
Author

Hi @per1234

I selected an Arduino Uno

@per1234
Copy link
Contributor

per1234 commented Sep 2, 2020

Although the Arduino Pro IDE provides the general debugging capability for Arduino sketches, each boards platform must also be configured to enable this.

As previously discussed in https://github.com/arduino/arduino-pro-ide/issues/219, the boards platform of the Arduino Uno doesn't have support for debugging in the Arduino Pro IDE. This is the cause of the error you got.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
conclusion: invalid This doesn't seem right type: imperfection Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants