简体   繁体   中英

How to make Eclipse jump back automatically to development prespective when app that was debugged finished?

How to make Eclipse jump back automatically to development prespective when app that was debugged finished executing? (like Visual Studio does)

I don't think standard eclipse platform ships with this feature/option.

what you could do is

  • click the right perspective button MANUALLY ,
  • define a short-cut for openning your 'development perspective' and press that key combination MANUALLY . this could be done in preference->keys
  • press ctrl-F8 (default bound) and select the right perspective MANUALLY .
  • write your own plugin to switch perspective. of course," MANUALLY " too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM