Skip to content

Instantly share code, notes, and snippets.

@emanuelhfarias
Created August 31, 2016 22:59
Show Gist options
  • Save emanuelhfarias/09bfa00bb205196c02457459e570dc11 to your computer and use it in GitHub Desktop.
Save emanuelhfarias/09bfa00bb205196c02457459e570dc11 to your computer and use it in GitHub Desktop.
Python Debugger like pry-byebug
# 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