When I place a breakpoint in my C# code in Visual Studio 2022, the whole line is highlighted it red, and the text is all white, losing any syntax colouring.
I find this very excessive, and makes code hard to read. Is there a way I can disable this?
As tested you can prevent Visual Studio breakpoints from highlighting entire lines in red by:
Tools > Options >Environment > Fonts and Colors > Breakpoint (Enabled)
Set “Item foreground:” to “Automatic” (this keeps the original text formatting)
Set “Item background:” to whatever fits your colorsceme or keep it as is(I set it to black)
Test Results: