Reputation: 7458
In Eclipse every time we want to remove the terminated/ interrupted tasks we have to first select them, then right click and select terminate and remove. Is there a shorter way to do this? PS. needless to mention, I am looking for a shorter way than what I already know in this thread
Upvotes: 2
Views: 1151
Reputation: 22116
You can use Ctrl+A with the Debug window focused and then press Delete and Enter.
Upvotes: 0
Reputation: 7458
I found it, clicking on those gray cross signs on the top-right corner will do the job
Upvotes: 0
Reputation: 21
Just found delete key works from another thread and for more than just debugging java! Why it's not on the menu or on the Keys preferences beats me?
Upvotes: 2