Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to toggle breakpoint eclipse marker id not found

When I hit the code to create a break point. I am getting error saying that unable to toggle breakpoint eclipse marker id not found.

like image 788
WASEEM Avatar asked Feb 28 '18 05:02

WASEEM


2 Answers

As a workaround, just close the specific java file in Eclipse editor and open it again.

like image 141
Andrei Ribas Avatar answered Nov 11 '22 02:11

Andrei Ribas


This has been reported here at bugs.eclipse.org.

The report says the affected version is 4.7.1a. The status of the bug is RESOLVED FIXED in v4.8, so we still encounter this issue with the version 4.7.3a (which is the current while writing).

As a workaround, you can close and reopen the GUI, this makes things normal again.

like image 11
Shlublu Avatar answered Nov 11 '22 03:11

Shlublu