JRebel setup - rkiddy/TreasureBoat GitHub Wiki

  1. in Eclipse go to 'Preferences'

  2. in Preferences Window select JRebel on the left side of the pane.

  3. click on the 'JRebel Config Center link' in the right pane.

  4. add your project that you would like to debug to the rebel list under the 'Projects' tag.

Image


  1. Select 'Debug Configuration...' and you get an Debug Configuration Window

  2. select you application that you like to debug in the left pane.

  3. click on the right pane on the 'Arguments' Tab

  4. in the text box of 'VM arguments:' add '${jrebel_args}'

Image