Skip to content

Instantly share code, notes, and snippets.

@VinACE
Created August 20, 2020 11:19
Show Gist options
  • Save VinACE/ecbaf6959e0413546b12717d9a2e29fd to your computer and use it in GitHub Desktop.
Save VinACE/ecbaf6959e0413546b12717d9a2e29fd to your computer and use it in GitHub Desktop.
debugging python on colab
%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