An open API service indexing awesome lists of open source software.

https://github.com/gryf/debugging_python

Presentation about debugging, debuggers and the practical introduction to pdb.
https://github.com/gryf/debugging_python

beamer debugger latex presentation python

Last synced: 2 months ago
JSON representation

Presentation about debugging, debuggers and the practical introduction to pdb.

Awesome Lists containing this project

README

        

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