microsoft / microsoft/debug-adapter-protocol

Extend Thread attributes

Open
#158 2 comments 34 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

We should support additional details for Threads, including a presentationHint, like on StackFrame.

Visual Studio shows several pieces of information for each thread: https://msdn.microsoft.com/en-us/library/w15yf86f.aspx

image

Maybe we reuse ColumnDescriptor from Module for clients that want to support arbitrary thread details in a grid?

cc
@mostafaeweda
@ebluestein

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 reviewing the Thread and StackFrame definitions, then compare the Visual Studio thread details linked in the issue. Consider whether ColumnDescriptor from Module fits the proposed arbitrary thread details, and define what additional attributes, including presentationHint, should be supported.

Written by the indexing model from the issue text.

Assessment

Domain
backend-api-design
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.