Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change/disable highlight color of breakpoint lines in Visual Studio 2012 RC?

Tags:

I am using Visual Studio 2012 RC with a dark background in the editor. I am NOT using the dark color theme. I am using the light theme. When I set a breakpoint, the text changes to black and I can't see it. I unchecked “Highlight entire source line for breakpoints and current statement.” setting under 'Debugging'. In "Fonts and Colors" all the entries for 'breakpoint' and 'current statement' do not have a dark color for both foreground and background colors.

Where is the setting for this or is this a bug in VS?

like image 342
Tony_Henrich Avatar asked Jun 09 '12 06:06

Tony_Henrich


People also ask

How do I change the breakpoint color in Visual Studio?

You can change the font color to white in Tools -> Options -> Environment -> Fonts and Colors -> Breakpoint (enabled) .

How do I temporarily disable breakpoints in Visual Studio?

In the Query Editor window, right-click the breakpoint, and then click Disable Breakpoint.

How to see breakpoints in Visual Studio?

Visual Studio's/Atmel Studio's Breakpoint Window gives you an overview of all breakpoints you have set in your project. You open the Breakpoint Window with the menu item Debug > Windows > Breakpoints or by pressing [Alt+F9].


1 Answers

You can change the font color to white in Tools -> Options -> Environment -> Fonts and Colors -> Breakpoint (enabled). That won't restore syntax highlighting, though.

like image 57
Kaarel Nummert Avatar answered Dec 23 '22 22:12

Kaarel Nummert