Skip to content

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