Not HotSwap compile classes on frame deactivation with JRebel plugins
Answered
I use JRebel (plugin) with intellij with a Tomcat project with option : On frame deactivation = Update classes and resources. The problem with this option is that compile class with new modification (that's great) but this option HotSwap this new class too and with JRebel it's not necessary (and generate some latency due to hotswap).
I try to change the settings > Build, Execution, Deployment > Debugger > HotSwap > Reload classes after compilation = Never but with not effect.
I will be great, if we can have a new option "compile new classes and resource" on "On frame deactication".
Duto
Please sign in to leave a comment.
Feature request is welcome at https://youtrack.jetbrains.com/issues/IDEA.
Thx for your fast reply @Serge_Baranov
I do it : IDEA-181658
Duto