Skip to content

Instantly share code, notes, and snippets.

@jangeador
Created November 8, 2016 00:20
Show Gist options
  • Save jangeador/0989be1bae779e84a0125d37ef8bb207 to your computer and use it in GitHub Desktop.
Save jangeador/0989be1bae779e84a0125d37ef8bb207 to your computer and use it in GitHub Desktop.
python debugger
a = [1, 2, 3, 4]
# call the trace debugger
import ipdb
ipdb.set_trace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment