Skip to content

Instantly share code, notes, and snippets.

@abhinaykumar
Forked from obfusk/break.py
Created September 25, 2018 06:55
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 abhinaykumar/de276cb530d47e6d539de9b2c695be05 to your computer and use it in GitHub Desktop.
Save abhinaykumar/de276cb530d47e6d539de9b2c695be05 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