On Sep 14, 2:41 pm, "Edward K. Ream" <[email protected]> wrote:
> I'll be posting the code for the edb.py when it is cleaned up. Rev 4460 of the trunk contains the new debugger in leo/external/ edb.py. I expect that few people will run the code from the leo/ external directory: instead, I expect that most people will copy edb.py to, say, blender's python/lib directory. I left the code pretty much unchanged, except for removing methods that were identical in bdb.Bdb and edb.Pdb. That is edb contains exactly the same methods as pdb.py. This should allow you to replace pdb.py with edb.py anywhere. The new code passes better tests than before: the filename is reported correctly when functions in different modules call each other. This ends the work on edb. Next, I'll turn my attention to winpdb. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
