简体   繁体   中英

How to watch last project changes in eclipse?

I develop application in 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?

You can easyly do that in 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. See here for an overview.

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