0

I am getting boxes instead of property/member name while debugging in Visual Studio 2015. And this issue does not occur for all the variables. Please refer the image. enter image description here

I referred the post What does it mean when my text is displayed as boxes?. But it does not help me to set steps to set the font. Any help to fix this issue is much appreciated.

1 Answers1

0

This is happening because your variable names are written in Unicode.

Since Visual Studio debugger window does not support Unicode, the only way to solve this issue is to rename your variables to plain English (no Unicode characters).

Koby Douek
  • 16,156
  • 19
  • 74
  • 103