Skip to content

Instantly share code, notes, and snippets.

@suminb
Created January 27, 2015 09:30
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 suminb/6891587885509df83230 to your computer and use it in GitHub Desktop.
Save suminb/6891587885509df83230 to your computer and use it in GitHub Desktop.
Easy Debugger (add this to $PATH/lib/python?.?/site-packages/b.pth)
import __builtin__; __builtin__.B = __import__('pdb').set_trace
import __builtin__; __builtin__.pprint = __import__('pprint').pprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment