Jürgen Gmach - PDB (Python Debugger) to debug your Flask App [LIGHTNING TALK] [LIGHTNING TALK]

preview_player
Показать описание
In this lightning talk for Python Ireland's remote event, he demos how to use PDB, the builtin Python debugger, to help to debug a Flask application.
Рекомендации по теме
Комментарии
Автор

Thanks sooo much for having me! This was such a fun evening! A couple of notes. Anthony Sottile and his many clones write a lot of software, but unlike I stated, he is a current maintainer of tox, but not the creator - this was afaik Holger Krekel. I chose to do a couple of things deliberately in a certain way in order to show how pdb works. So, of course you can run Flask in debug mode, which means, you do not have to restart it manually. Also, in debug mode you would see the traceback in the browser window.

jurgengmach