Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created November 22, 2011 06:12
Show Gist options
  • Save kozo2/1385024 to your computer and use it in GitHub Desktop.
Save kozo2/1385024 to your computer and use it in GitHub Desktop.
tab completion in pdb
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