Is it possible to disable JRebel dynamically, without restarting the Java process?
It would be useful as sometimes I want to make changes to the code (and compile it) on a system that is being shared, without those changes becoming "live" yet.
Thank you