Константин Пильник, 2016-09-29 17:59
h2. Python
h3. Debug
отладка python приложения
<pre>
python -m pdb ./app.py
</pre>