CodeMonkey
CodeMonkey

Reputation: 12444

Eclipse terminate debug button grayed out

This is a follow up question to this previously asked question:

Eclipse ADT: Working but "Terminate" button greyed out...?

Like in the question above, the terminate button in Eclipse is grayed out, so like the answer is saying, I'm choosing the debug perspective, choosing the app name and then the button is enabled and I can terminate the session.

The problem is that this proccess repeats itself all the time. The button keeps graying out every time I open the debug and I have to repeat the above proccess every single time. Is there a way to fix it?

Upvotes: 1

Views: 611

Answers (1)

Uriel Frankel
Uriel Frankel

Reputation: 14622

You can add the Devices view to your perspective - and then you don't need to change to the Debug perspective. To add it, go to Window -> show View -> Devices

Upvotes: 2

Related Questions