1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Common tab for Core Build local launch configuration. (#970)

Added the Common tab. For instance handy for redirecting program
output to a file.
This commit is contained in:
ewaterlander 2024-12-15 22:26:10 +01:00 committed by GitHub
parent ac25404bc9
commit 139fe3da96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View file

@ -219,6 +219,18 @@
after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab"> after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab">
</placement> </placement>
</tab> </tab>
<tab
class="org.eclipse.debug.ui.CommonTab"
group="org.eclipse.cdt.launch.launchConfigurationTabGroup.local"
id="org.eclipse.cdt.cdi.launch.localCoreBuild.commonTab"
name="%launchTab.common.name">
<associatedDelegate
delegate="org.eclipse.cdt.dsf.gdb.coreBuildLocalDebug">
</associatedDelegate>
<placement
after="org.eclipse.debug.ui.sourceLookupTab">
</placement>
</tab>
</extension> </extension>
<extension point="org.eclipse.core.runtime.adapters"> <extension point="org.eclipse.core.runtime.adapters">
<!-- Extenders providing their own subclass of GdbAdapterFactory must also extend GdbLaunch <!-- Extenders providing their own subclass of GdbAdapterFactory must also extend GdbLaunch

View file

@ -108,6 +108,18 @@
after="org.eclipse.cdt.cdi.launch.argumentsTab"> after="org.eclipse.cdt.cdi.launch.argumentsTab">
</placement> </placement>
</tab> </tab>
<tab
class="org.eclipse.debug.ui.CommonTab"
group="org.eclipse.cdt.launch.launchRunConfigurationTabGroup.local"
id="org.eclipse.cdt.cdi.launch.runLocalCoreBuild.commonTab"
name="%CommonLaunchTab.name">
<associatedDelegate
delegate="org.eclipse.cdt.cdi.launch.localCoreBuildCLaunch">
</associatedDelegate>
<placement
after="org.eclipse.debug.ui.environmentTab">
</placement>
</tab>
</extension> </extension>
<extension <extension
point="org.eclipse.debug.core.statusHandlers"> point="org.eclipse.debug.core.statusHandlers">