Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 2c6264e83..980f9bca9 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -15,6 +15,7 @@
Patrick Chuong (Texas Instruments) - Improve usability of the breakpoint view (Bug 238956)
Patrick Chuong (Texas Instruments) - Move debug toolbar actions to main window (Bug 332784)
Axel Richard (Obeo) - Bug 41353 - Launch configurations prototypes
+ Alexander Fedorov <alexander.fedorov@arsysop.ru> - Bug 529651 - Launch group launches do not build before launch
-->
<plugin>
@@ -1711,6 +1712,12 @@
id="org.eclipse.debug.ui.groups.GroupLaunchHandler"
plugin="org.eclipse.debug.core">
</statusHandler>
+ <statusHandler
+ class="org.eclipse.debug.internal.ui.BuildBeforeLaunchStatusHandler"
+ code="206"
+ id="org.eclipse.debug.ui.statusHandlers.BuildBeforeLaunch"
+ plugin="org.eclipse.debug.core">
+ </statusHandler>
</extension>
<extension
point="org.eclipse.debug.ui.launchGroups">

Back to the top