mirror of
https://github.com/gryf/debugging_python.git
synced 2025-12-17 03:20:29 +01:00
16 lines
413 B
ReStructuredText
16 lines
413 B
ReStructuredText
Debugging Python
|
|
================
|
|
|
|
This is a presentation about debugging, debuggers and the practical introduction
|
|
to ``pdb``. You can download it from `bitucket`_ and `github`_
|
|
|
|
To build it you'll need DejaVu fonts installed and XeLaTeX:
|
|
|
|
.. code:: shell-session
|
|
|
|
$ xelatex debugging_python.tex
|
|
|
|
|
|
.. _bitucket: https://bitbucket.org/gryf/debugging_python
|
|
.. _github: https://github.com/gryf/debugging_python
|