Skip to content

Instantly share code, notes, and snippets.

@arthuralvim
Last active August 19, 2020 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthuralvim/6820d45913ea1d07b27ad58a84409894 to your computer and use it in GitHub Desktop.
Save arthuralvim/6820d45913ea1d07b27ad58a84409894 to your computer and use it in GitHub Desktop.
ipdb-jupyter
IPython.core.debugger.Pdb.set_trace()
# DeprecationWarning: `Tracer` is deprecated since version 5.1, directly use `IPython.core.debugger.Pdb.set_trace()`
from IPython.core.debugger import Tracer; Tracer()()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment