Jyhe
2011-08-22 16:27:34 UTC
"Hot code replace (HCR) is a debugging technique whereby the Eclipse Java debugger transmits new class files over the debugging channel to another JVM. In the case of Eclipse development, this also applies to the VM that runs the runtime workbench. The idea is that you can start a debugging session on a given runtime workbench and change a Java file in your development workbench, and the debugger will replace the code in the receiving VM while it is running. No restart is required, hence the reference to "hot"."
So my question is: Is there a feature similar to this for C# / XNA? It would make game development 10x easier if I could make changes to the code while its debugging so I could see the changes immediately.
Thanks :D
(sorry if you don't understand the question, I fail at explaining :P )