Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    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
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...