H
Hung Jung Lu
Hi,
Is there a term for the ability of changing program code without the
need of restarting the program? I mean, the most typical developer's
cycle is:
(a) write code
(b) set break points, start the program
(c) find bug, change code, goto (b)
I know some environments allow you to modify the code, and resume
execution, without having to restart your program from the very
beginning. Some terms I have heard are "interactive programming",
"edit-and-resume", etc. But is there standard name for this feature?
regards,
Hung Jung
Is there a term for the ability of changing program code without the
need of restarting the program? I mean, the most typical developer's
cycle is:
(a) write code
(b) set break points, start the program
(c) find bug, change code, goto (b)
I know some environments allow you to modify the code, and resume
execution, without having to restart your program from the very
beginning. Some terms I have heard are "interactive programming",
"edit-and-resume", etc. But is there standard name for this feature?
regards,
Hung Jung