Posted September 2, 20223 yr I'd like to know if I could run updated code in the dev environment without having to do runClient every time I change something.
September 2, 20223 yr This is possible up to a point in the debugger since it uses hot-swapping (Intellij im not sure but I guess, Eclipse yes). You cannot modify the class signature (remove/add fields, method, etc), while in the debugger. But you can modify the body of a method (very useful to change parameter/ constants). Your IDE should show your a warning if something could not be hot swapped.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.