Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-11-20 17:59:59 +0000
committerDarin Wright2003-11-20 17:59:59 +0000
commite9cf147487c7ba444809b68e3934cd39b3028945 (patch)
treee5cec6c854db0d3862e7f31fc8d18979b1cddebd /org.eclipse.debug.ui/plugin.xml
parentea4c108aa29f2c050223d5430d73e696430246c0 (diff)
downloadeclipse.platform.debug-e9cf147487c7ba444809b68e3934cd39b3028945.tar.gz
eclipse.platform.debug-e9cf147487c7ba444809b68e3934cd39b3028945.tar.xz
eclipse.platform.debug-e9cf147487c7ba444809b68e3934cd39b3028945.zip
Bug 47071 - Set instruction point layer to 0 in code
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 58b96a463..ed1637604 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1276,7 +1276,7 @@
highlightPreferenceKey="currentIPHighlight"
highlightPreferenceValue="true"
markerType="org.eclipse.debug.ui.instructionPointer.current"
- presentationLayer="0"
+ presentationLayer="6"
textPreferenceValue="false"
label="%debugCurrentInstructionPointer"
textPreferenceKey="currentIPIndication"
@@ -1293,7 +1293,7 @@
highlightPreferenceKey="secondaryIPHighlight"
highlightPreferenceValue="true"
markerType="org.eclipse.debug.ui.instructionPointer.secondary"
- presentationLayer="0"
+ presentationLayer="6"
textPreferenceValue="false"
label="%debugCallStack"
textPreferenceKey="secondaryIPIndication"

Back to the top