microsoft / microsoft/debug-adapter-protocol
Support to retrieve UI strings for the "non-stopped" states
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 173
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 2
Description
The DAP does not have a way to tell the client what string to show when the debuggee is "running". It only has a mechanism when being stopped (the description attribute of the stopped event).
This results in the situation that the client has to hardcode the string "Running" instead of receiving all UI strings via DAP.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the DAP protocol definition and the stopped event's description attribute. Define how the protocol should expose UI strings for non-stopped states such as running, then verify that a client can receive the string through DAP instead of hardcoding it.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100