Results 1 to 2 of 2
Hi
I have Ubuntu 9.4
I just installed Eclipse with c/c++
I Have a program which I work with signals (SIGINT) - and change them to my own functions.
when ...
- 05-08-2009 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 3
Eclipse - C/C++
Hi
I have Ubuntu 9.4
I just installed Eclipse with c/c++
I Have a program which I work with signals (SIGINT) - and change them to my own functions.
when i run it through terminal - I have no problem to use CTRL + C to call the signal.
But, when I run it through Eclipse - if I press CTRL + C nothing happen.
I suggest, I need to set something in eclipse, but I dont know what ?
Amit
- 05-09-2009 #2
Eclipse is using its own console, terminal emulator.
while, other for IDEs like Code Blocks, Geany, MonoDevelope.
You can select which terminal emulator to use. and IDE runs it in native terminal like x-term or gnome-terminal
You should see if you can configure console behavior in eclipse


Reply With Quote