Bug 260426 Add an activity for Debug-related UI contributions
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties
index cc3033b..cbe46d1 100644
--- a/platform/org.eclipse.sdk/plugin.properties
+++ b/platform/org.eclipse.sdk/plugin.properties
@@ -70,3 +70,6 @@
 introDescription-tutorials = Learn how to be productive using Eclipse by completing end-to-end tutorials that will guide you along the way.
 introDescription-samples = Explore Eclipse by installing prefabricated samples (may require an Internet connection).
 
+
+activity.debug.description = Launch applications, set breakpoints and step through code.
+activity.debug = Debug Support
\ No newline at end of file
diff --git a/platform/org.eclipse.sdk/plugin.xml b/platform/org.eclipse.sdk/plugin.xml
index fdda9dc..68c6cca 100644
--- a/platform/org.eclipse.sdk/plugin.xml
+++ b/platform/org.eclipse.sdk/plugin.xml
@@ -65,11 +65,16 @@
             description="%activity.plugin.desc"
             id="org.eclipse.plugInDevelopment">
       </activity>
-      
       <activityRequirementBinding
             activityId="org.eclipse.plugInDevelopment"
             requiredActivityId="org.eclipse.javaDevelopment">
       </activityRequirementBinding>
+      <activity
+            description="%activity.debug.description"
+            id="org.eclipse.debugSupport"
+            name="%activity.debug">
+      </activity>
+      
   
       <activity
             name="%activity.team.cvs"
@@ -81,7 +86,7 @@
             name="%activity.team"
             description="%activity.team.desc"
             id="org.eclipse.team">
-      </activity> 
+      </activity>
       
       <activityRequirementBinding
             activityId="org.eclipse.team.cvs"
@@ -118,6 +123,10 @@
             activityId="org.eclipse.plugInDevelopment"
             pattern="org\.eclipse\.pde/.*">
       </activityPatternBinding>
+      <activityPatternBinding
+            activityId="org.eclipse.debugSupport"
+            pattern="org\.eclipse\.debug\.ui/.*">
+      </activityPatternBinding>
       
       <activityPatternBinding
             activityId="org.eclipse.plugInDevelopment"
@@ -162,6 +171,10 @@
             activityId="org.eclipse.plugInDevelopment"
             categoryId="org.eclipse.categories.developmentCategory">
       </categoryActivityBinding>
+       <categoryActivityBinding
+             activityId="org.eclipse.debugSupport"
+             categoryId="org.eclipse.categories.developmentCategory">
+       </categoryActivityBinding>
 
       <categoryActivityBinding
             activityId="org.eclipse.team"
@@ -182,6 +195,9 @@
       <defaultEnablement
             id="org.eclipse.plugInDevelopment">
       </defaultEnablement>
+       <defaultEnablement
+             id="org.eclipse.debugSupport">
+       </defaultEnablement>
       
       <defaultEnablement
             id="org.eclipse.team">