Skip to content

Instantly share code, notes, and snippets.

@Wilker
Forked from obfusk/break.py
Created August 11, 2020 15:21
Show Gist options
  • Save Wilker/edf03d00cd6e8775e2fea1872de96c73 to your computer and use it in GitHub Desktop.
Save Wilker/edf03d00cd6e8775e2fea1872de96c73 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