Created
August 3, 2019 19:48
-
-
Save voith/51988e283e0eff423df146253f226da5 to your computer and use it in GitHub Desktop.
This file contains 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
#Install on the system | |
pip3 install epdb | |
# Set in the code | |
import epdb; epdb.serve() | |
# Connect to the debugger | |
python3 -c 'import epdb; epdb.connect()' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment