Hi, guys. Here is a demo program like this:
aa = 3
bb = 4
cc = 53
dd = 6
print cc

I put a breakpoint at the first line, then debug the program. After 'aa' is set 
to '3', I modify '53' in the 3rd line to '34', then save the source file and 
run remain codes. As expected, the output is '53'.
Does python has the ability to set cc to 34 after file savings without 
restarting whole program? I heard LISP has this ability and wonder how could it 
achieve this.
Thanks!


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to