6

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.

4

1 回答 1

5

他们在这里说,如果 HCR 不起作用,您可能关闭了“自动构建”。

因此,也许只是关闭自动构建以进行调试就可以解决您的问题。

于 2009-07-23T08:29:07.737 回答