禁用 Eclipse Java 调试器的热代码替换
可能的重复:
如何在 Eclipse 中禁用热代码替换 < /p>
当您在调试会话中更改 Java 代码时,Eclipse 会将更新的类文件上传到正在运行的 JVM(热代码替换)。 这甚至适用于远程应用程序。
有没有办法关闭热代码替换(在 Eclipse 内,而不是在远程 JVM 上)?
我们希望能够远程调试我们的测试和登台服务器,但防止无意中更新它们正在运行的版本。
Possible Duplicate:
How do I disable Hot Code Replace in Eclipse
When you change Java code while in a debugging session, Eclipse will upload the updated class files into the running JVM (hot code replace). This even works for remote applications.
Is there a way to turn Hot Code Replace off (within Eclipse, not at the remote JVM)?
We want to be able to debug our test and staging servers remotely, but prevent unintentional updates to the builds that they are running.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里他们说,如果 HCR 不起作用,您可能关闭了“自动构建”。
因此,也许只需关闭自动构建进行调试就可以解决您的问题。
Here they say, that if HCR does not work, you may have 'automatic building' turned off.
So, maybe just switching off automatic building for debugging solves your problem.