How to do that? I can't find any option for it in the IDE... Please help me, I'm clueless.
Java IDEs and VMs support a feature called HotSwapping. It allows you to update the version of a class while the virtual machine is running, without needing to redeploy the webapp, restart, or otherwise interrupt your debugging session. It's a huge productivity boost if you're editing the body of a method.
Start with HotSwapAgent plugin for IntelliJ IDEA. Be sure that you have "Reload classes after compilation: Always" ON in IntelliJ IDEA in HotSwap section in your IDEA preferences. To re-deploying changed classes in IDEA press keys combination (: Command+Shift+F9 / ⊞: Ctrl+Shift+F9 )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With