Disable Hot Code replacement for Java Eclipse debugger

Possible duplicate:
How to disable Hot Code replacement in Eclipse

When you change Java code during a debugging session, Eclipse loads the updated class files into the running JVM (hot-code replacement). It even works for remote applications.

Is there a way to disable Hot Code Replace (in Eclipse and not on the remote JVM)?

We want to be able to debug our test and intermediate servers remotely, but to prevent inadvertent updates to the assemblies he creates.

+5
source share
1 answer

, HCR , " ".

, , .

+4

All Articles