Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ blue line highlight showing

While working with IntelliJ I used a shortcut wrongly and now I have a dark blue highlited line, which means nothing.

It is some sort of marker highlighting.

How can I get rid of it? See image.

enter image description here

like image 993
PrestigeDev Avatar asked Feb 10 '17 16:02

PrestigeDev


1 Answers

If you were stepping through the code while using the debugger, current execution point line would be highlighted in a similar way (though, a different color is used by default):

execution point

Stopping the debugger should remove the line.

like image 57
CrazyCoder Avatar answered Oct 01 '22 11:10

CrazyCoder