Skip to content

Instantly share code, notes, and snippets.

@voith
Created August 3, 2019 19:48
Show Gist options
  • Save voith/51988e283e0eff423df146253f226da5 to your computer and use it in GitHub Desktop.
Save voith/51988e283e0eff423df146253f226da5 to your computer and use it in GitHub Desktop.
#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