Skip to content

Instantly share code, notes, and snippets.

@haridas
Created October 8, 2018 16:44
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 haridas/42e791823ac7b38b15af77df4cff15a3 to your computer and use it in GitHub Desktop.
Save haridas/42e791823ac7b38b15af77df4cff15a3 to your computer and use it in GitHub Desktop.
Python debugger on Ipython shell
import os
import ipdb; ipdb.set_trace()
# other codes..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment