Skip to content

Instantly share code, notes, and snippets.

@britonad
Created July 8, 2018 15:51
Show Gist options
  • Save britonad/a573c09bdc7f275b2352f3a7ce540182 to your computer and use it in GitHub Desktop.
Save britonad/a573c09bdc7f275b2352f3a7ce540182 to your computer and use it in GitHub Desktop.
import remote_pdb
def main():
"""
A dummy function.
"""
remote_pdb.set_trace(host='0.0.0.0', port=4444)
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment