Skip to content

Debug: CLI should return programmer inside Debug Info structure upon GRPC call from IDE #2387

Closed
@ubidefeo

Description

@ubidefeo

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

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the nightly build
  • My request contains all necessary details

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions