Skip to content

Instantly share code, notes, and snippets.

@jdhao
Created April 18, 2019 07:02
Show Gist options
  • Select an option

  • Save jdhao/3ded62e47772d2e4c212c193ef3d701f to your computer and use it in GitHub Desktop.

Select an option

Save jdhao/3ded62e47772d2e4c212c193ef3d701f to your computer and use it in GitHub Desktop.
Pdb configurations
# Enable tab completion
import rlcompleter
import pdb
pdb.Pdb.complete=rlcompleter.Completer(locals()).complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment