vs2010 c# debugging highlight color

前端 未结 1 1461
温柔的废话
温柔的废话 2021-02-05 07:53

The scenario is that I\'m debugging some C# code in vs2010. I stop at a breakpoint. I step into a method. The current line is highlighted with yellow (I think by default). The l

1条回答
  •  执笔经年
    2021-02-05 08:41

    Both of these colors are customizable. Go to the fonts and colors menu

    • Tools -> Options
    • Environment -> Fonts And Colors

    The values you are interested in are

    • Current Statement: this is the line currently displaying in yellow
    • Read-Only Region: this is the line currently displaying in grey

    0 讨论(0)
提交回复
热议问题