When I debug an android application it activate Debug perspective from Java perspective; but it doesn't switch back to Java perspective when I terminate the application using red terminate button.
Asked
Active
Viewed 91 times
1 Answers
1
Possible duplicate: In Eclipse, how do I change perspectives after terminating a process?
Short answer: there's no way eclipse can decide when to switch back.
-
Yes duplicated; do you know what to do next? – zaman Sep 11 '14 at 07:01
-
I can see two option, but neither of them are the solution for your problem. You can use Ctrl-F8 to switch between perspectives, or in the settings you can set the debug perspective to open in a new window. These are not solutions, but can make your life a little bit easier. – babsaai Sep 11 '14 at 07:09