Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug console prints convoluted text

When I run my program in the VS Code debugger, the output in the debugger console is unintelligible. It always looks like this:

VS Code Debug console for c#

The texts are so jumbled that I can't even copy anything. It appears that the lines (rows) of text are overlapping each other.

like image 309
Rahulkg007 Avatar asked May 29 '26 21:05

Rahulkg007


1 Answers

I had the same problem, and just figured it out on my end.

It was because I had the "debug.console.lineHeight": 2 setting extremely low (literally had it at 2 >.<)

I changed it to something slightly larger than the font size (15 font & 18 lineHight worked well for me).

Hope this helps!

like image 107
flippinroo2 Avatar answered Jun 01 '26 12:06

flippinroo2



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!