Question

I would like to know what to change in debug.bat (or in any other configuration file) in order to use JRebel from console rather than from IDE. Thanks in advance.

Était-ce utile?

La solution

You basically need to add -javaagent:[path/to/]jrebel.jar to JAVA_OPTS

Documentation

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top