James Posted August 18, 2015 Posted August 18, 2015 (edited) Is there a way to hook the client to the eclipse debugger? Or how do y'all typically debug? Been using log statements but I feel like using the debugger would also help me get to know object fields lol Edited August 18, 2015 by James
Apaec Posted August 18, 2015 Posted August 18, 2015 I just use logs, you don't really need a debugger 1
James Posted August 18, 2015 Author Posted August 18, 2015 I just use logs, you don't really need a debugger O gotcha, thanks