In this video: http://www.youtube.com/watch? v = BES9EKK4Aw4
Notch (the creator of minecraft) does what he calls "real-time debugging." It actually modifies the code and plays the game at the same time without recompilation.
Does anyone know what this is called, or where can I get more information on how to achieve this? I look without success!
Regards, Erwald
This feature is called hotswapping and is supported by some JVMs. The Eclipse IDE debugger is capable of hot-swapping your code in debug mode ( F11 ). Eclipse can also automatically build your project after saving the modified file (and hot-swapping when starting the debug build) Notch seems to use this particular technique.
some IDE s do this: eclipse, netbeans, intellij idea, etc.
however, some changes require recompilation (addition or removal of a method, etc.)
and what he uses is probably an eclipse.
Source: https://habr.com/ru/post/913050/More articles:WCF: EndpointNotFoundException after starting for a few seconds - c #Pyzmq error in IPython laptop - pythonApplication using saxonHE (9.2.1.1) api to handle XSLT (v2.0) for multiple XML files - c #CheckInGatedChanges Location of activity in the assembly workflow - c #Ruby on Rails - unable to install SystemTimer - ruby-on-railsType.GetType () dynamic string returns null - c #Filtering a map with a complex nested structure - clojureCombining discriminatory associations with record types - f #How to publish my MVC 3 web application on IIS7 - web-applicationsDebugging a for loop; Fast Forward - debuggingAll Articles