Current instruction pointer (green line) hidden behind breakpoint highlight in Eclipse 2025-06
- [x ] I verified I can reproduce this issue against latest Integration Build of Eclipse SDK
In Eclipse 2025-06 the “Debug Current Instruction Pointer” (green line) is rendered behind the breakpoint highlight (yellow line). This makes it very difficult to see where the debugger is currently stopped when execution lands on a line that has a breakpoint set.
In older Eclipse versions (e.g. 2019-xx), the current instruction pointer was drawn on top of the breakpoint marker, so it remained visible. This regression significantly reduces debugging usability, since one must use the Debug view to locate the execution line instead of seeing it directly in the editor.
Steps to reproduce
From a fresh installation and clean workspace:
- Create a simple Java project.
- Add a method with several lines of code.
- Set a breakpoint on one of the lines (editor shows yellow highlight + marker).
- Start debugging and run until the breakpoint is hit.
I expected: The current execution pointer (green line/arrow) should always be visible, taking precedence over breakpoint highlights, as in Eclipse 2019-xx.
But got: The breakpoint’s yellow highlight covers the green current execution pointer line. The execution line is not visible in the editor.
Tested under this environment:
- Windows 10 Enterprise 22H2
- Eclipse IDE/Platform version: 2025-06 (4.36.0), Build id: 20250605-1316
Notes:
- This appears to be a regression from older Eclipse releases.
- Similar issues were reported in very old Bugzilla tickets (e.g. Bug 25835, Bug 70380, Bug 318575), but those were resolved long ago and do not reflect the behaviour in current Eclipse versions.
Community
- [x ] I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.
Could you provide screenshots before/after, it would be easier to understand.
Hi @iloveeclipse Thank you your suggestion. I have added 2 images, but not sure if other users can see them
Thanks. Do you observe this only in the dark theme? I'm not used to it, so I never saw this yellow background on breakpoints. Or is this something non-default you have manually configured via preferences?
It is configured via preferences I have used dark theme for a last few years, I can check it in default theme, but first from monday
In default theme there is the same issue