Skip to content

Instantly share code, notes, and snippets.

@jarekdziedzic
Created February 7, 2015 14:57
Show Gist options
  • Save jarekdziedzic/a1952da2d078b5a955c3 to your computer and use it in GitHub Desktop.
Save jarekdziedzic/a1952da2d078b5a955c3 to your computer and use it in GitHub Desktop.
Python
#breakpoint in the code:
import ipdb; ipdb.set_trace()
#print local variable names:
locals().keys()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment