Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion debug/org.eclipse.debug.ui/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2025 IBM Corporation and others.
# Copyright (c) 2000, 2026 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -418,6 +418,7 @@ debug.core.component.label = Platform Debug Core
GroupLaunch.description=Launch several other configurations sequentially

prototype.decorator.label = Prototype Decorator
prototype.decorator.description = Decorates launch configurations that are marked as prototypes with an overlay icon.
breakpointLabel.label= Label
breakpointLabel.tooltip= Provide a custom label to quickly identify breakpoint
breakpointLabelCommand = EditBreakpointLabel
Expand Down
5 changes: 4 additions & 1 deletion debug/org.eclipse.debug.ui/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2025 IBM Corporation and others.
Copyright (c) 2005, 2026 IBM Corporation and others.

This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -3385,6 +3385,9 @@ M4 = Platform-specific fourth key
lightweight="true"
location="TOP_RIGHT"
state="true">
<description>
%prototype.decorator.description
</description>
<enablement>
<objectClass
name="org.eclipse.debug.internal.core.LaunchConfiguration">
Expand Down
Loading