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.

有帮助吗?

解决方案

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

Documentation

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top