microsoft / microsoft/debug-adapter-protocol

Support to retrieve UI strings for the "non-stopped" states

Open
#108 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.