Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change background color of line highlighting during debug process in Netbeans?

how to change background color of line highlighting during debug process in Netbeans?

image of debug hilighting in NetBeans on a dark background

Tried to change "Highlight Caret Row". No success. It only changes bg color of line where cursor blinks, but not debugging line:

image of an attempt to change the color of "Highlight Caret Row"

like image 475
heron Avatar asked Jan 28 '12 12:01

heron


People also ask

How do I change the highlight color in Netbeans?

Try this : Tools->Options->Fonts & Colors. Syntax.


4 Answers

Annotations Tab

Try the "Fonts & Colors" > "Annotions" tab.

Restart NetBeans (or re-open editors) for changes to take effect.

screen shot

like image 187
confiq Avatar answered Sep 17 '22 15:09

confiq


Open Tools->Options->Fonts&Colors then go to "Annotations" tab. Color options for debug line in "Current Program Counter" item. It is works for me.

like image 21
IPMan82 Avatar answered Sep 18 '22 15:09

IPMan82


You must restart Netbeans to changes takes effects

like image 29
elloco Avatar answered Sep 19 '22 15:09

elloco


There is a breakpoint selection in the Annotations tab.

Tools -> Options -> Fonts & Colors -> Annotations Tab -> Breakpoint

Change the background color of this.

Edit: Change all of the Current Program Counter categories too, all of them will be run into in various scenarios.

like image 25
JonK Avatar answered Sep 18 '22 15:09

JonK