简体   繁体   English

在调试完成的应用程序完成后,如何使Eclipse自动跳回到开发预期状态?

[英]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? 当调试的应用完成执行后,如何使Eclipse自动跳回到开发预期状态? (like Visual Studio does) (就像Visual Studio一样)

I don't think standard eclipse platform ships with this feature/option. 我认为标准Eclipse平台不附带此功能/选项。

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 这可以在preference-> keys中完成
  • press ctrl-F8 (default bound) and select the right perspective MANUALLY . 按ctrl-F8(默认界限),然后手动选择右透视图。
  • write your own plugin to switch perspective. 编写自己的插件以切换视角。 of course," MANUALLY " too. 当然,“ 手动 ”也是。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Eclipse 启动时打开一个预定义 - 以编程方式 - Open a prespective on eclipse startup - programmatically 在jface / swt-eclipse插件开发中的treeviewer中单击标签时,如何跳到编辑器中的特定行 - how can i jump to a specific line in an editor when click a label in the treeviewer in jface/swt-eclipse plugin development 如何使 JTable 在 Window 在 Eclipse 最大化时自动调整大小 - How to Make JTable Resize Automatically When Window Maximize in Eclipse 线路完成后,如何自动将文本区域文本转到下一行? - How to make text area text automatically go to the next line when line is finished? 如何使程序流控制跳回到Java中以前的循环? - How to Make Program flow control jump back to a former loop in java? 如何让eclipse自动打开控制台? - How to make eclipse open the console automatically? Eclipse插件开发:如何从问题视图跳转到源视图中的标记? - Eclipse Plugin development: How to jump to Marker in the Source View from Problems View? 如何在PC启动时自动启动Java应用程序? - How to make a Java app automatically start when PC starts? 无法在Eclipse Kepler中找到JavaFX - Unable to find JavaFX prespective in Eclipse Kepler 如何让eclipse自动添加大括号到IF语句? - How to make eclipse automatically add braces to an IF statement?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM