Skip to content

Instantly share code, notes, and snippets.

@Philocoder93
Forked from obfusk/break.py
Created April 10, 2017 12:44
Show Gist options
  • Select an option

  • Save Philocoder93/1afca8cf01acf9d5729ee116820bab68 to your computer and use it in GitHub Desktop.

Select an option

Save Philocoder93/1afca8cf01acf9d5729ee116820bab68 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