Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我是否可以做这样的事情:同时运行和编辑程序,我的意思是当我运行我的程序时,暂停它并修复问题并从我暂停的点开始。我在 youtube 上看到了一个名为“使用缺口编码”的视频,他正在使用一种方法来做到这一点。
编辑:我可以在与 main 相同的类中编辑代码吗?我试过了,还是不行,如果可以,请说下方法。
你可能指的是这个:
http://wiki.eclipse.org/FAQ_What_is_hot_code_replace%3F
这称为“热代码替换”,Eclipse 为您提供了开箱即用的功能。当您保存文件时,Eclipse 会自动编译您的更改并确保您正在运行的程序使用新的类文件。无需暂停程序即可实现这一点,这一切都在幕后自动发生。
只要确保启用Project -> Build Automatically.
Project -> Build Automatically