Skip to content

Instantly share code, notes, and snippets.

@simonsdave
Last active August 29, 2015 14:07
Show Gist options
  • Save simonsdave/be325eefff218bc090f1 to your computer and use it in GitHub Desktop.
Save simonsdave/be325eefff218bc090f1 to your computer and use it in GitHub Desktop.
1-liners for invoking pudb
# https://github.com/nblock/pdb-cheatsheet
from pudb import set_trace; set_trace()
nosetests --pudb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment