Bug 318575 - Breakpoint can not bee seen under arrow for search result
Summary: Breakpoint can not bee seen under arrow for search result
Status: CLOSED DUPLICATE of bug 80089
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 05:59 EDT by Lars Svensson CLA
Modified: 2010-07-01 15:44 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.