Will UiPath improve debugging features?

May I ask what programming language you are used to that supports adding new code part way through a code execution? Cause in my experience what you are asking for is not supporting in programming. The code gets compiled, which means converted to machine code, once that is done you cannot really change it mid execution.