Created
August 20, 2020 11:19
-
-
Save VinACE/ecbaf6959e0413546b12717d9a2e29fd to your computer and use it in GitHub Desktop.
debugging python on colab
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
%xmode Verbose | |
%pdb on | |
from IPython.core.debugger import set_trace #set_trace() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment