Python Debugger Uncovered
Speaker
Dmitry Trofimov /英語
Tags
Python, debugger, IDE, Django, developer toolsAbstract
This talk will explain how to implement a debugger for Python. We'll start with simple command line debugger, then look how it is implemented in modern IDEs like PyCharm and Pydev. Then we go further in the details and uncover the tricks used to implement some interesting features like multiprocess debugging, debugging of Django and Jinja2 templates and attaching to a launched Python process.
關於講者
Working on PyCharm project I put my efforts into making development in Python even more pleasurable.