hello, eclipse has a very nice feature. that is when you debug, it reloads changes to your source files when you save the file.
what is the name of this feature?
is it possible to turn it off?
thanks!
hello, eclipse has a very nice feature. that is when you debug, it reloads changes to your source files when you save the file.
what is the name of this feature?
is it possible to turn it off?
thanks!
I think you mean Hot Code Replace
, you can disable this feature by disabling (uncheck) Build Automatically
from the Project menu.