Created
July 8, 2018 15:51
-
-
Save sprytnyk/a573c09bdc7f275b2352f3a7ce540182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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