Sinisterly
Minecraft Debug - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.li/Forum-Java-JVM-JRE)
+--- Thread: Minecraft Debug (/Thread-Minecraft-Debug)



Minecraft Debug - Alpha-Omega - 04-01-2013

I would like to run minecraft in debug mode and edit the code in real time using eclipse. How would I do this?


RE: Minecraft Debug - Ex094 - 04-02-2013

While searching, I came across this http://www.youtube.com/watch?v=RyLvtFfwef8
The guys in the video is using eclipse so yeah it might help your case Smile


RE: Minecraft Debug - Ex094 - 04-02-2013

While searching, I came across this http://www.youtube.com/watch?v=RyLvtFfwef8
The guys in the video is using eclipse so yeah it might help your case Smile


RE: Minecraft Debug - Deque - 04-02-2013

Have a look here: http://wiki.eclipse.org/FAQ_What_is_hot_code_replace%3F
You have to check Project>Build Automatically. Run the code in debug mode and you are able to change and deploy files while running.


RE: Minecraft Debug - Deque - 04-02-2013

Have a look here: http://wiki.eclipse.org/FAQ_What_is_hot_code_replace%3F
You have to check Project>Build Automatically. Run the code in debug mode and you are able to change and deploy files while running.