Would you pls tell me a tool to step debug python program?

Stephen Kellett snail at objmedia.demon.co.uk
Wed Sep 21 05:25:21 EDT 2005


>Johnny Lee wrote:
>> Hi,
>>    I've met a problem to understand the code at hand. And I wonder
>> whether there is any useful tools to provide me a way of step debug?
>> Just like the F10 in VC...

Not single stepping, but flow tracing, complete with variables,
parameters and return values. Python Bug Validator.

        http://www.softwareverify.com

Stephen
-- 
Stephen Kellett
Object Media Limited    http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting



More information about the Python-list mailing list