Created
April 18, 2019 07:02
-
-
Save jdhao/3ded62e47772d2e4c212c193ef3d701f to your computer and use it in GitHub Desktop.
Pdb configurations
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
| # 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