禁用 Eclipse Java 调试器的热代码替换

发布于 2024-07-29 02:14:41 字数 386 浏览 11 评论 0原文

可能的重复:
如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒中人 2024-08-05 02:14:41

这里他们说,如果 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文