Bug 550153, Bug 549908 - Don't hide breakpoint icons behind other
annotations

Also related is Bug 80089 where an equal solution was proposed years
ago.

Change-Id: I9c1ade437f8d85fdb5e24f56a57a391fa18a7dd6
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 980f9bc..94107c8 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2299,7 +2299,7 @@
             annotationType="org.eclipse.debug.core.breakpoint"
             colorPreferenceKey="breakpointIndicationColor"
             overviewRulerPreferenceValue="true"
-            presentationLayer="3"
+            presentationLayer="7"
             label="%BreakpointMarkerPreference.label"
             textPreferenceValue="false"
             textPreferenceKey="breakpointIndication"