Reputation: 630
I can't seem to find (even in debug mode) the following icon in eclipse:
. Is there a way to make it visible again (I suspect that I need to check some box in Window->Preferences but I can't find it...)?
Upvotes: 3
Views: 6208
Reputation: 630
It seems that the terminate all button is not available in Kepler. Hence, the best way I've found to terminate all current runs is (workaround):
Here is a screenshot exposing this workaround:
It is not as simple as using the button. Nevertheless this solution is good enough for my needs.
Kudos to @Velthune for pointing out that "In versions [Luna, Kepler, Juno, Indigo, Helios ] I can't find that icon!".
Upvotes: 5
Reputation: 21528
You need to be in perspective Debug view.
solution A
take a look at this link.
solution B
Search in:
Window -> Customize Perspective -> Tool Bar Visibility (or Menu Visibility)
to check if your icon is visible.
Plus
You can create a customize shorcut to "Terminate All":
Window -> Customize Perspective -> Commands.
Here select 'Debug' group and modify your shortcut.
Upvotes: 1
Reputation: 2991
Click on the Debug(perspective) tab on the Upper Right Corner of eclipse,then select Reset option. After that your Debug perspective will come back to usual. And then you terminate all your Debug process/thread.
Upvotes: 0
Reputation: 8960
There's no coolbar action to Terminate All
. That action is available in the Debug View
.
When apps are running, right-click in the Debug View
, and there you have it.
To extend Eclipse and add it yourself in the coolbar, you can make a plugin and add that.
Upvotes: 1