Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > fec0c4b592d7eaa29ba7f33ef2bb19eb > files > 208

python3-docs-3.7.5-1.mga7.noarch.rpm

***********************
Debugging and Profiling
***********************

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.

.. toctree::

   bdb.rst
   faulthandler.rst
   pdb.rst
   profile.rst
   timeit.rst
   trace.rst
   tracemalloc.rst