0

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.

Rollerball
  • 12,618
  • 23
  • 92
  • 161

1 Answers1

2

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

Documentation

binoternary
  • 1,865
  • 1
  • 13
  • 25