Re: [BangPypers] Python Maintainence code: Debugging, Tracing and Profiling help

2010-01-24 Thread Jeffrey Jose
Hi Anand, I can talk a lil bit about your 2 queries. Debugging and seeing the flow of the program. *A. Debugging* Surprisingly both of them come under the same banner. One of the reasons you debug is to see how the code progresses. For debugging I highly recommend Python Debugger. It would look

[BangPypers] Python Maintainence code: Debugging, Tracing and Profiling help

2010-01-23 Thread learningpython
Hi Experts, I am back to python after a while of just formal introduction. Thistime i have to manage a huge files with numerous functions, i amdebugging a issue right now and would require to understand the flow ofthe code. Please can you help me on what can i do to have better understandi