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.
views:
226answers:
2
+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
2009-12-31 01:00:18
+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
2009-12-31 09:50:08
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
2009-12-31 10:35:20