Skip to content

Instantly share code, notes, and snippets.

@kayluhb
Forked from obfusk/break.py
Last active June 20, 2017 22:55
Show Gist options
  • Save kayluhb/dd8a589b73dea3735b079cf827d7ab53 to your computer and use it in GitHub Desktop.
Save kayluhb/dd8a589b73dea3735b079cf827d7ab53 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