Skip to content

Commit

Permalink
Common tab for Core Build local launch configuration. (eclipse-cdt#970)
Browse files Browse the repository at this point in the history
Added the Common tab. For instance handy for redirecting program
output to a file.
  • Loading branch information
ewaterlander authored Dec 15, 2024
1 parent ac25404 commit 139fe3d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,18 @@
after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab">
</placement>
</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 point="org.eclipse.core.runtime.adapters">
<!-- Extenders providing their own subclass of GdbAdapterFactory must also extend GdbLaunch
Expand Down
12 changes: 12 additions & 0 deletions launch/org.eclipse.cdt.launch/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@
after="org.eclipse.cdt.cdi.launch.argumentsTab">
</placement>
</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
point="org.eclipse.debug.core.statusHandlers">
Expand Down

0 comments on commit 139fe3d

Please sign in to comment.