Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin_customization.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
index 9d8738ee..be227f14 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -40,4 +40,7 @@ org.eclipse.help/HELP_DATA = helpData.xml
org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=org.eclipse.ptp.ui.PTPRunPerspective,org.eclipse.ptp.rm.lml.ui.LMLRunPerspective
# Disable default build before launch because it annoys all non-Java programmers
-org.eclipse.debug.ui/org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives=org.eclipse.ptp.debug.ui.PTPDebugPerspective \ No newline at end of file
+org.eclipse.debug.ui/org.eclipse.debug.ui.build_before_launch=false
+
+# Enable debug view toolbar for ParalleDebug perspective (note misspelling on eclipse)
+org.eclipse.debug.ui/org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives=org.eclipse.ptp.debug.ui.PTPDebugPerspective

Back to the top