Asiratlan 0 Report post Posted May 12, 2017 Hello there, I have started to use ForgeGradle recently, I setted up my eclipse project using the gradlew command and everything run perfectly using Eclipse's Run configuration. I have been lately working on new things that I would want to use Eclipse's debugger to check the content of my objects in real time without having to print everything in my console. Is there any way to setup efficiently Eclipse debugger to run with ForgeGradle? Thanks. Share this post Link to post Share on other sites
diesieben07 6108 Report post Posted May 12, 2017 There is nothing special you need to do, actually. The project FG generates is a normal Java project. Share this post Link to post Share on other sites