Skip to content

Conversation

@mpeyrotc
Copy link
Contributor

@mpeyrotc mpeyrotc commented Oct 15, 2025

We were investigating easy quality of life improvements for Visual Studio 2026 and determined that it would be a great idea to treat the StringBuilder class as a first-class citizen and allow it to be viewed via the string visualizers. This greatly improves the debugging experience by being able to see how the string is updated while debugging.

There is nothing we can do to support this feature from the VS or Debugger source code since this capability is solely dictated by the result provider. Hence, this change.

I tested locally on .NET and .NET Framework applications to verify that the feature works as intended. Unit test passes locally too.

@dotnet-policy-service dotnet-policy-service bot added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE Community The pull request was submitted by a contributor who is not a Microsoft employee.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants