Visual Studio - Change the breakpoint symbol - visual-studio-2013

Is there a way to set/customize the breakpoint symbol(instead of a red ball) in VS2013. I am aware of Indicator margin,but it has only background settings.

Related

What does the green bar on the VisualStudio icon mean?

Visual Studio 2019.
I created a project.
I launched an otldaku.
After the debugging, a green line remained on the VisualStudio icon.
Question:
1. What does the green bar on the VisualStudio icon mean?
2. How to make this strip disappear?
Update - 1

Visual Studio 2013 - disable auto evaluation of variables on hover

When debugging in Visual Studio 2013, I have a variable that is around 130MB, and hovering over it even by accident causes my entire environment to freeze and I have to restart the debugging.
I want to disable the auto-evaluation on hover (even if it forces me to use watches to peek a value), but couldn't find it anywhere in the settings.
Is there a way to disable this?

Visual Studio 2012 always starts up with a maximized window, how do I prevent it?

I always exit Visual Studio when its main window is at a certain area on the screen. But when it starts up, its window is always maximized. If I click the maximize button, it is restored to the size I left it in previous session.
It is bothersome to do this at every program start-up. It covers the area of the screen which it isn't supposed to; making other tools working on that area stay behind. And what makes it even more cumbersome is the bulky and slow start of Visual Studio.
Is there any way of setting the start up window size and position? It is like, in somewhere an option "Start main window maximized" is checked, but I can't find such a thing under Tools > Options. Visual Studio 2010 did do this behavior.
Version: Visual Studio 2012 Ultimate 11.0.51106.01 Update 1
Theme: Dark

How can I change the color of the debugger execution point icon in Visual Studio 2010?

Is there any way to change the color of the execution point arrow icon in the Visual Studio 2010 debugger?
I'm talking about the pale yellow arrow that goes in the left margin at the line where the execution pointer currently is. My problem is that its contrast against the very light gray background of the margin is very poor and I sometimes have a hard time spotting the arrow.
I didn't see any way in the visual studio settings to allow this change, and while I found this Change Visual studio 2010 color palette which links to a vs theme editor allows changing themes for a lot of the VS UI elements - it doesn't seem to affect the debugger margin icons or the margin color itself.
Yep, Tools > Options > Environment > Fonts and Colors > under "Display Items:", choose "Current Statement".
Just did it myself :-)

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

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?
You can change the font color to white in Tools -> Options -> Environment -> Fonts and Colors -> Breakpoint (enabled). That won't restore syntax highlighting, though.
Still can't turn it off properly in VS2019 but there is hope in the form of an github issue. Go thumb it up & subscribe: https://github.com/dotnet/roslyn/issues/39114
You can change the color as mentioned above, but this will lose the syntax highlighting.
check Options - Text Editor - General - Indicator Margin.
It should be checked, so Visual Studio can place the marker.

Resources