microsoft / microsoft/vscode-mono-debug

List<string> shows view of raw object in the VS Code watch window

Open
#48 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
180
Forks
182
Avg merge
1d 8h
Merged PRs (30d)
1

Description

From @spassvogel on August 22, 2018 10:13

I think the formatting of collections in the debug watch window can use a lot of improvement. Compare how visual studio code currently handles a list of String.

image

Whereas in Visual Studio the quick watch feature was much more useful:

image

In general, I am mostly interested in the values in the collection, which I have to dig down four levels of hierarchy in vscode and is quite obfuscated.

Copied from original issue: OmniSharp/omnisharp-vscode#2470

Contributor guide

No contributing guide indexed for this repository

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

No source file or test is named. Start by reproducing the List watch-window view described in the screenshots and trace how the debug adapter renders collections; done means the collection values are directly readable instead of buried several levels deep.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.