dotnet / dotnet/vscode-csharp

Support expanding large arrays >1000 in debug view

Open
#1,859 3 comments 2 reactions 0 assignees View on GitHub
Debugger Feature Request OmniSharp
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

## Environment data
`dotnet --info` output:
```
.NET Command Line Tools (2.0.2)

Product Information:
Version: 2.0.2
Commit SHA-1 hash: a04b4bf512

Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.2\

Microsoft .NET Core Shared Framework Host

Version : 2.0.0
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
```
VS Code version: `1.18.0`
C# Extension version: `1.13.0`

## Steps to reproduce
Have an array with >1000 values

## Expected behavior
![image](https://user-images.githubusercontent.com/5593825/32723854-49a56954-c86f-11e7-942a-c41a6a3e1347.png)

## Actual behavior
Only shows values 0...999, no way to expand more
![image](https://user-images.githubusercontent.com/5593825/32723886-60e3775a-c86f-11e7-8f5b-ad99f902c4e4.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.