Skip to content

Instantly share code, notes, and snippets.

@lcdss
Forked from obfusk/break.py
Created April 4, 2018 02:49
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 lcdss/52331bf8007b2af08e4c07e2d72b73ca to your computer and use it in GitHub Desktop.
Save lcdss/52331bf8007b2af08e4c07e2d72b73ca 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