tags:

views:

226

answers:

2

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.

+1  A: 

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.

Alberto Zaccagni
+2  A: 

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.

JesperE
On the mac that would be `Apple-F8`. I would also suggest updating the text to say that this is the default binding, since it could be changed.
Paul Wagland