Skip to content

Instantly share code, notes, and snippets.

@alceufc
Created May 4, 2016 14:45
Show Gist options
  • Save alceufc/a4f88b4fe9414edffba8771412d91984 to your computer and use it in GitHub Desktop.
Save alceufc/a4f88b4fe9414edffba8771412d91984 to your computer and use it in GitHub Desktop.
try:
# Code that throws exception.
except Exception as e:
import pdb
pdb.set_trace()
raise e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment