From 139fe3da96b0c1eeac3599cc7acb7c49b7290822 Mon Sep 17 00:00:00 2001 From: ewaterlander <102143930+ewaterlander@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:26:10 +0100 Subject: [PATCH] Common tab for Core Build local launch configuration. (#970) Added the Common tab. For instance handy for redirecting program output to a file. --- dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml | 12 ++++++++++++ launch/org.eclipse.cdt.launch/plugin.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml index b22826315ba..8fb238ec9e9 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml @@ -219,6 +219,18 @@ after="org.eclipse.cdt.dsf.gdb.launch.debuggerTab"> + + + + + +