Skip to content

Instantly share code, notes, and snippets.

@fape
Last active February 13, 2016 14:34
Show Gist options
  • Save fape/292ec60b649329e715e9 to your computer and use it in GitHub Desktop.
Save fape/292ec60b649329e715e9 to your computer and use it in GitHub Desktop.
pycharm remote debug
import sys
sys.path.append('/home/fape/work/hobby/subtitle/pycharm-5.0.4/debug-eggs/pycharm-debug.egg')
import pydevd
pydevd.settrace('localhost', port=5678, stdoutToServer=True, stderrToServer=True, suspend=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment