-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support expanding large arrays >1000 in debug view #1859
Labels
Milestone
Comments
CoenraadS
changed the title
Support expanding large arrays in debugger
Support expanding large arrays >1000 in debug view
Nov 13, 2017
@CoenraadS In case you are not aware: you can using Linq to see your data now. Ex: |
There are any plans to fix this soon? |
It is certainly something we would like to address, but I am not sure when anyone will have the cycles to get to it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment data
dotnet --info
output:VS Code version:
1.18.0
C# Extension version:
1.13.0
Steps to reproduce
Have an array with >1000 values
Expected behavior
Actual behavior
Only shows values 0...999, no way to expand more
The text was updated successfully, but these errors were encountered: