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
Right now the IDE requests Debug Information from CLI via a GRPC call.
One of the call's parameters is -P <Programmer_ID>.
The data returned contains a set of parameters but is missing the Programmer, since it is assumed that the consumer (IDE 2) knows about it.
We'd like this item to be returned as part of the Debug Info data, and relief the consumer from retaining such information as state.
This will allow switching Programmer without having to manage the state in the IDE.
The CLI should be responsible for returning all the data required in order to start a Debug Session
Describe the current behavior
The data returned does not contain the Programmer, since it is assumed that the consumer (IDE 2) knows about it.
Describe the request
Right now the IDE requests Debug Information from CLI via a GRPC call.
One of the call's parameters is
-P <Programmer_ID>
.The data returned contains a set of parameters but is missing the Programmer, since it is assumed that the consumer (IDE 2) knows about it.
We'd like this item to be returned as part of the Debug Info data, and relief the consumer from retaining such information as state.
This will allow switching Programmer without having to manage the state in the IDE.
The CLI should be responsible for returning all the data required in order to start a Debug Session
Describe the current behavior
The data returned does not contain the Programmer, since it is assumed that the consumer (IDE 2) knows about it.
Arduino CLI version
0.35.0-rc.1
Operating system
N/A
Operating system version
n/a
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: