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.
Eclipse problem
Collapse
X
-
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,
JosComment
Comment