Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created November 16, 2012 17:16
Show Gist options
  • Save c0ldlimit/4089109 to your computer and use it in GitHub Desktop.
Save c0ldlimit/4089109 to your computer and use it in GitHub Desktop.
Python: Debugging
# http://aymanh.com/python-debugging-techniques
# http://nblock.org/2011/11/15/pdb-cheatsheet/
import pdb; pdb.set_trace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment