Created
November 8, 2016 00:20
-
-
Save jangeador/0989be1bae779e84a0125d37ef8bb207 to your computer and use it in GitHub Desktop.
python debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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