I recently switched from eclipse to IntelliJ. The Eclipse debugging tool is used to instantly restart the application while saving the class. IntelliJ reloads the changed classes for more than 10 seconds, which may be a bit, but it is annoying because I use it so often.
How to force IntelliJ to reload changed classes faster?
java debugging eclipse intellij-idea hotswap
kr15hna
source share