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. -- https://mail.python.org/mailman/listinfo/python-list