From 4199966900e7b0d79292cf5332f76ec031f0e066 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 30 Nov 2014 12:23:42 -0500 Subject: [PATCH] info that helps with eclipse workspaces. --- .../eclipse/copying_debug_configurations.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 infobase/configuration/eclipse/copying_debug_configurations.txt diff --git a/infobase/configuration/eclipse/copying_debug_configurations.txt b/infobase/configuration/eclipse/copying_debug_configurations.txt new file mode 100644 index 00000000..341180b1 --- /dev/null +++ b/infobase/configuration/eclipse/copying_debug_configurations.txt @@ -0,0 +1,15 @@ + + +i copied items i cared about from this folder in a project that had working +debug configurations: + +.metadata/.plugins/org.eclipse.debug.core/.launches + +into the same folder in the new project. + +with the things all being named the same, like GenesisII-trunk, the debug +configurations worked without needing to be re-created. nice. + +be careful though; if the new project has environment variables that are +different from the old project, and those variables are part of the +configuration, then they'll need to be modified. -- 2.34.1