diff options
author | Paul Pazderski | 2019-04-05 17:19:52 +0000 |
---|---|---|
committer | Paul Pazderski | 2019-07-03 08:09:41 +0000 |
commit | 7907da8e73316345d971683cc5671026c313da1e (patch) | |
tree | 74f2688810cdfda89b535978d3e431b0cd2b943d /org.eclipse.debug.core/schema | |
parent | 4b951888593050d8530d446ce36cf084fa200458 (diff) | |
download | eclipse.platform.debug-7907da8e73316345d971683cc5671026c313da1e.tar.gz eclipse.platform.debug-7907da8e73316345d971683cc5671026c313da1e.tar.xz eclipse.platform.debug-7907da8e73316345d971683cc5671026c313da1e.zip |
Bug 32205 - [console] Add launch option to merge process outputI20190703-0640
Also make use of output merge option in external tool launch.
Change-Id: Ibc3cec8df076a4cea3f83e37fa2640115dd3f49b
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd index 94d883ba8..b16af6f70 100644 --- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd +++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd @@ -170,6 +170,14 @@ Since 3.3, the <code>sourceLocatorId</code> can also be specified vi </documentation> </annotation> </attribute> + <attribute name="allowOutputMerging" type="boolean"> + <annotation> + <documentation> + specifies whether this launch configuration type supports output merging. A launch configuration which singals support must check the launch configuration attribute "org.eclipse.debug.ui.ATTR_MERGE_OUTPUT" and if its value is true perform the launch in a way that stderr and stdout are merged and both can be read through stdout. + Defaults to <code>false</code> if not specified. This attribute was added in 4.13 release. + </documentation> + </annotation> + </attribute> </complexType> </element> @@ -255,7 +263,7 @@ The value of the attribute <b>migrationDelegate</b> must be a fully <meta.section type="copyright"/> </appinfo> <documentation> - Copyright (c) 2000, 2018 IBM Corporation and others.<br> + Copyright (c) 2000, 2019 IBM Corporation and others.<br> This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which |