Skip to content

Instantly share code, notes, and snippets.

@uchagani
Forked from obfusk/break.py
Created August 1, 2018 01:58
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 uchagani/0173347188d7a4c1d1590e77c2410a00 to your computer and use it in GitHub Desktop.
Save uchagani/0173347188d7a4c1d1590e77c2410a00 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