Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Forked from obfusk/break.py
Created September 6, 2019 20:08
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 ethagnawl/67234009001323c6d69befef233e7b59 to your computer and use it in GitHub Desktop.
Save ethagnawl/67234009001323c6d69befef233e7b59 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