MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Single-line Stepping #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the process of apply for Summer Of Code , 
Greg Wilson mentioed 
  "I'd *really* like to see a single-step capability, or at least some
line-by-line replay, so that people can see *how* scripts are working." 

I did a little research recently. I think it is quite interesting. 
It may includes 
   1. a backed end using pdb 
   2. some kind of interface to allow user to step through the code 
   3. allow user to observe the global and local enviroment  

It will be useful If you want to understand how scripts are working. 
For example , understand the generator , yield statement. 

Original issue reported on code.google.com by Filia....@gmail.com on 11 Jul 2008 at 3:11

GoogleCodeExporter commented 8 years ago
This is an excellent idea.  I will post something about this on the mailing 
list.

Original comment by andre.ro...@gmail.com on 11 Jul 2008 at 10:42

GoogleCodeExporter commented 8 years ago
This has been completed by Tao and is now incorporated in the trunk.

Original comment by andre.ro...@gmail.com on 27 Sep 2008 at 8:27