-
Notifications
You must be signed in to change notification settings - Fork 13
debugger error in Centos #150
Description
Dear eclipse bash editor developers,
I have tried out your editor because of the debugger feature.
I am using Oxygen a3 eclipse under Centos 6.3
Our Centos version does not have the "x-terminal-emulator" but "gnome-terminal".
I tried to change the XTerminal command under Preference->Bash editor->Debug.
Unfortunately, i change it, i applied/saved configuration and i pressed test it, but it did NOT work. No matter what i write under XTerminal command that the plugin will ignore that. :/
As a workaround for that i created a link from "x-terminal-emulator" to "gnome-terminal".
Now i am having something like the following command when i activate the meta information debug in the console:
bash -c x-terminal-emulator -e bash --login -c 'cd /tmp;./terminallaunchblablabla.sh -a 1 -b 2;_exit_status=$?;echo "blablabla"'
Notice i removed some parts using blablabla :)
In the terminal, i see the following:
Option "--login" is no longer supported in this version of gnome-terminal; you might want to create a profile with the desired setting, and use the new '--profile' option
Failed to parse arguments: Unknown option -c
result:1
So now it is running the gnome-terminal thanks to the link but there are some problems with the options.
What am i doing wrong here?
Any help or hint would be appreciated.
Thanks