When using JPDA remote debugging feature with netbeans there is an "Apply changes" feature. This tries to apply the current code changes in the remote jvm.
Is there such a feature with intelij idea? If not, is there any other way to perform this? e.g. via command line?
The HotSwap mechanism in InteliJ Idea lets you reload classes changed during a debugging session without having to restart the entire application.
Reload single file
Reload all files