Q&A
Ask and answer questions to make information more available to wider audiences.
Brett Bonham @bonhambrett   09, May 2023 12:00 AM
Hot Code Replace
What is Hot Code Replace?
answers 1
 
Answer 1
Kendall Lynn @lynnkendall9   11, May 2023 09:20 PM
‘Hot Code Replace’ is a debugging technique, which means it is possible to alter the codes in Java files (if needed) while debugging the codes on a run-time workbench. For Eclipse IDE, restart is not required to accomplish the task.
The debugger will replace the code in the Virtual Machine while it is running.