microsoft / microsoft/vscode-mono-debug
List<string> shows view of raw object in the VS Code watch window
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.

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

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