Skip to content

Instantly share code, notes, and snippets.

@ritaly
Forked from obfusk/break.py
Created January 9, 2020 09:16
Show Gist options
  • Save ritaly/abff8a4e0e0984d50dc524e31d9b5f58 to your computer and use it in GitHub Desktop.
Save ritaly/abff8a4e0e0984d50dc524e31d9b5f58 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