Created
October 8, 2018 16:44
-
-
Save haridas/42e791823ac7b38b15af77df4cff15a3 to your computer and use it in GitHub Desktop.
Python debugger on Ipython shell
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
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