Skip to content

Show if debugging is supported in board details command #1067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 12, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Nov 12, 2020

As per subject, now there is a flag that shows if debugging is supported on a particular board:

$ arduino-cli board details arduino:samd:arduino_zero_edbg
Board name:                Arduino Zero (Programming Port)                                          
FQBN:                      arduino:samd:arduino_zero_edbg                                           
Board version:             1.8.9                                                                    
Debugging supported:       ✔                                                                        
[.......]

same for the gRPC and JSON output:

$ arduino-cli board details arduino:samd:arduino_zero_edbg --format json | jq .debugging_supported
true

@cmaglie cmaglie merged commit 8bd0d0f into arduino:master Nov 12, 2020
@cmaglie cmaglie deleted the debug_support_flag branch November 12, 2020 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants