简体   繁体   English

如何观看日食的最新变化?

[英]How to watch last project changes in eclipse?

I develop application in eclipse. 我在Eclipse中开发应用程序。

After some steps I understood that my application doesn't work. 经过一些步骤,我了解到我的应用程序无法正常工作。

I want to see last changes in project that to understand what caused the bug. 我想查看项目中的最后更改,以了解导致错误的原因。 I don't remember all steps. 我不记得所有步骤。

Is it really to watch in eclipse IDE? 在Eclipse IDE中观看真的吗?

You can easyly do that in Eclipse. 您可以在Eclipse中轻松地做到这一点。 Just right-click the file and select Team -> show in History to see what changed in this file. 只需右键单击该文件,然后选择“团队->在历史记录中显示”即可查看此文件中的更改。

You can configure how much history should be saved in your preferences. 您可以配置应在首选项中保存多少历史记录。

To manage versions of your software / code you should look at git or other revisition controll tools like that. 要管理软件/代码的版本,您应该查看git或类似的其他版本控制工具。 See here for an overview. 请参阅此处以获取概述。

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

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