Skip to content

Instantly share code, notes, and snippets.

View regnarock's full-sized avatar
🎯
Focusing

Thomas Wilgenbus regnarock

🎯
Focusing
  • The Black Cat
  • Paris
View GitHub Profile
# install pycharm debug in project virtualenv
# easy_install /usr/lib/pycharm-4.5.2/debug-eggs/pycharm-debug.egg
#add new 'Python Remote Debug' configuration in (for example port 1999)
import pydevd
pydevd.settrace('localhost', port=1999, stdoutToServer=True, stderrToServer=True, suspend=False)