Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse not highlighting current line in remote debug mode

I am using Eclipse Indigo on Mac OS X Lion. When trying to remote debug a project its taking painfully long to highlight current line. Its stopping correctly at the break point and I am able to step through code and all but the current line itself is not getting highlighted. It highlights it only after around 4 to 5 minutes after which everything is okk.

I have noticed the same problem in CentOS also. Is this a bug in eclipse or am I the only facing this issue.

Thanks

like image 987
n3o Avatar asked Jul 05 '12 12:07

n3o


1 Answers

I had the same problem after switching a workspace.

Just restarting Eclipse solved it.

(Eclipse Mars v4.5.0)

like image 102
chmin.seo Avatar answered Oct 12 '22 16:10

chmin.seo