Eclipse problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rpm27
    New Member
    • Jan 2008
    • 23

    Eclipse problem

    Hi, I am using Eclipse as an IDE, however as I repeatedly run and test my code, my PC begins to slow down, my CPU usage reaches a constant 100%, and it becomes an impossible task to use Eclipse (even when I stop running and edit the code, the PC blocks). Does someone had this same problem? I usually assume that my code stops running and resources are released when the result is displayed in the console, or when I run into an error. Should I stop it manually or do something else? Thank you.
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    Make sure you click the stop/terminate button down by the Console. This is especially important if you're working with GUI code that doesn't have EXIT_ON_CLOSE. If you don't, the process just keeps running and running.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      There's also a double grey cross in the console view; it removes all terminated
      launches and it shows any non terminated launch (if there is any). Usually you
      have to press that red square (terminate current running launch) and the single
      grey cross after (remove terminated launch).

      kind regards,

      Jos

      Comment

      Working...