Skip to content

Instantly share code, notes, and snippets.

@supr
Forked from obfusk/break.py
Created July 27, 2017 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supr/bdb6cffcaedcd327696564e46d1f34a5 to your computer and use it in GitHub Desktop.
Save supr/bdb6cffcaedcd327696564e46d1f34a5 to your computer and use it in GitHub Desktop.
python equivalent of ruby's binding.pry
import code; code.interact(local=dict(globals(), **locals()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment