Java Real-time debugging (gaming)
debugging, java
Solution
This feature is called "hotswapping" and is supported by certain JVMs. The Eclipse IDE debugger is capable of hot-swapping your code in the debug (F11) mode. Eclipse can also auto-build your project once you save a modified file (AND hot-swap when running a debug build). Notch seems to be using exactly this technique.
Problem
In this video :http://www.youtube.com/watch?v=BES9EKK4Aw4 Notch (minecraft's creator) is doing what he refers to as 'real-time debugging'. He's actually modifying the code and plays with the game at the same time without recompiling everytime. Does anyone know what this is called or where I could get more information on how to achieve this? I've been looking around without any success! Regards, Erwald