Skip to content

Instantly share code, notes, and snippets.

@alex-bender
Created April 27, 2014 21:38
Show Gist options
  • Save alex-bender/11356294 to your computer and use it in GitHub Desktop.
Save alex-bender/11356294 to your computer and use it in GitHub Desktop.
Remote debug simpe example.
# pip install rpdb
import rpdb
remote_deb = rpdb.Rpdb('localhost', port = 8000)
remote_deb.set_trace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment