dotnet / dotnet/vscode-csharp

Friendly for code debugging

Open
#8,420 0 comments 0 reactions 0 assignees View on GitHub
Debugger untriaged
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
17h 56m
Merged PRs (30d)
21

Description

## Is your feature request related to a problem? Please describe.
During debugging, when a newline character appears in the previewed string variable, it is very difficult to recognize the content

## Describe the solution you would like
When debugging code in VsCode and previewing the value of a string type variable, display the newline character (\r\n) as a newline instead of a newline character.

## Applicable Scenarios
It takes effect when previewing the value of a string variable in the debug state

## Describe alternatives you've considered
Display in the current format. Add a "View Details" button in the preview attempt. Click the button to display the string content and process the newline character as a newline

## Additional context
Add any other context or screenshots about the feature request here.

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.