Bug 318575

Summary: Breakpoint can not bee seen under arrow for search result
Product: [Eclipse Project] JDT Reporter: Lars Svensson <oxvalley>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: minor    
Priority: P3 CC: daniel_megert, darin.eclipse, deepakazad, stephan.herrmann
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Lars Svensson CLA 2010-07-01 05:59:39 EDT
Build Identifier: 

If we search (Ctrl-H) for a word we get a yellow arrow to the left of all lines with hits. If we put a breakpoint on theat same line the blue breakpoint can not be seen.

Suggested solvation:
Larges breakpoint icon or set breakpoint icon allways on top over yellow arrow.

Reproducible: Always

Steps to Reproduce:
1.Use Ctrl+H and search for a word you know exists in your code
2.A yellow arrow will be put to the left of that line.
3.Double-clock on that arrow means "Add Breakpoint". A breakpoint i s set but is totally hidden behind the arrow.
Comment 1 Frederic Fusier CLA 2010-07-01 07:36:47 EDT
Move to JDT/Debug
Comment 2 Darin Wright CLA 2010-07-01 11:31:13 EDT
The edtior ruler has layers/levels for annotations. I think this has been discussed before but I can't find the relevant bug(s). This is a general problem for the text framework, but hover does show descriptions of all annotations present on the current line.
Comment 3 Dani Megert CLA 2010-07-01 11:34:00 EDT
see bug 80089
Comment 4 Darin Wright CLA 2010-07-01 11:39:13 EDT

*** This bug has been marked as a duplicate of bug 80089 ***
Comment 5 Stephan Herrmann CLA 2010-07-01 15:44:45 EDT
For your entertainment you might also have a look at bug 17557
(wow that one was originally reported against Eclipse 2.0 :)

Note that bug 17557 also mentions the preference
  Java > Editor > Hovers 
  [ ] Expand vertical ruler icons upon hovering

which some people consider to be of help for this issue.