microsoft / microsoft/debug-adapter-protocol

Add 'singleThread' argument to pause requests

Open
#355 2 comments 1 reaction 2 assignees View on GitHub

@roblourens is already working on this.

Since Nov 18, 2022.

feature-request
Dominant language
HTML
Stars
1.8k
Forks
173
Avg merge
7d 7h
Merged PRs (30d)
2

Description

Most execution requests support a 'singleThread' argument that specifices that the action should not affect threads other than the one specified by the 'threadId' argument. However, pause requests do not have this argument. Is there a reason for this?

I interpret the specification to say that pause requests should only pause one thread, but it seems equally reasonable to me that a client might want to pause all threads with a pause request.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.