Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set Eclipse to automatically switch to Java perspective when terminating debug [duplicate]

Tags:

java

eclipse

Possible Duplicate:
In Eclipse, how do I change perspectives after terminating a process?

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.

like image 621
James Cadd Avatar asked Dec 31 '09 00:12

James Cadd


Video Answer


1 Answers

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.

like image 64
JesperE Avatar answered Sep 21 '22 06:09

JesperE