How to set the background color of breakpoints in Visual Studio 2012?

In VS2010, breakpoints were highlighted with the background color:

enter image description here

In VS2012, the setup still exists, but it does not work; breakpoints are as follows:

enter image description here

Is this true for everyone, or just for me? Is it possible to return the background color?

+4
source share
1 answer

It should just work out of the box. The color used for the breakpoint is set in the Tools menu → Options → Environment - Fonts and Colors under the Breakpoint (On) display element.

If this looks right, but you still are not getting the right behavior, check to see if you have any extensions that might be undone.

+4
source

Source: https://habr.com/ru/post/1443705/


All Articles