Project, how to debug

Peter Otten __peter__ at web.de
Tue Mar 31 07:49:32 EDT 2015


Robert Clove wrote:

> Hi All,
> 
> I am facing a problem.
> I have been given a project written in python and asked to debug it.
> I have not been given the flow they said understand and debug.
> 
> Can someone suggest me how to debug it in Wings IDE.

Are those specific bugs that you are supposed to fix or are you to both find 
and fix bugs?

> Project have approx 10 files.

Generally speaking speaking this is not so much a matter of tools; if there 
is any documentation you can trust reading that is usually the best start;
reading the code is important, too.

Then you can consider your next steps depending on the "messiness" of the 
code base and the degree of coverage with unit tests.





More information about the Python-list mailing list