/Doc/library/debug.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 902413db8ab504de0bcf39811cd98a3d MD5 · raw file

  1. ***********************
  2. Debugging and Profiling
  3. ***********************
  4. These libraries help you with Python development: the debugger enables you to
  5. step through code, analyze stack frames and set breakpoints etc., and the
  6. profilers run code and give you a detailed breakdown of execution times,
  7. allowing you to identify bottlenecks in your programs.
  8. .. toctree::
  9. bdb.rst
  10. pdb.rst
  11. profile.rst
  12. hotshot.rst
  13. timeit.rst
  14. trace.rst