Set Eclipse to automatically switch to Java perspective when terminating debug [duplicate]
Possible Duplicate:
In Eclipse, how do I change perspectives after terminating a p开发者_StackOverflow社区rocess?
Having Eclipse automatically switch to debug perspective while debugging is a great feature - is the opposite available? I'd like it to automatically return to Java perspective when terminating a debug session. A keyboard shortcut to return to Java perspective could be help as well.
By default, Ctrl-F8
is bound to switch between perspectives (but it can be rebound, if desired). Pressing it once will select the previous perspective.
For the keyboard shortcut to return to Java perspective:
Window - Preferences - Keys
Then search for perspectives, you will find an entry like Show perspective (Parameter: Java), bind to that the shortcut you'd like.
精彩评论