26. Debugging and Profiling — Python v2.6.9 documentation
These libraries help you with Python development: the debugger enables you to step through code, analyze stack frames and set breakpoints etc., and the profilers run code and give you a detailed breakdown of execution times, allowing you to identify bottlenecks in your programs.
© Copyright 1990-2013, Python Software Foundation.
The Python Software Foundation is a non-profit corporation.
Please donate.
Last updated on Oct 29, 2013.
Found a bug?
Created using Sphinx 0.6.5.