Created
August 31, 2016 22:59
-
-
Save emanuelhfarias/09bfa00bb205196c02457459e570dc11 to your computer and use it in GitHub Desktop.
Python Debugger like pry-byebug
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
# install ipdb with pip | |
import ipdb | |
# place the following command where you want to stop | |
ipdb.set_trace(context=10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment