Re: Project, how to debug

2015-03-31 Thread Andrew Farrell
points of general advice: - As noted by Chris, you first need to figure out what the code is *supposed* to do. - Have a notebook and pencil next to you as you are working through this so that you can make notes and draw out the structure of things. - Write down the general structure of the code on

Re: Project, how to debug

2015-03-31 Thread Robert Clove
On Tue, Mar 31, 2015 at 5:19 PM, Peter Otten <__pete...@web.de> wrote: > 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

Re: Project, how to debug

2015-03-31 Thread Chris Angelico
On Tue, Mar 31, 2015 at 10:23 PM, Robert Clove wrote: > > 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. > Project have approx 10

Re: Project, how to debug

2015-03-31 Thread Peter Otten
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

Project, how to debug

2015-03-31 Thread Robert Clove
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. Project have approx 10 files. Regards -- https://mail.python.org/mailman/listin