Skip to content

Commit

Permalink
pdbrc: enable tab completion
Browse files Browse the repository at this point in the history
No idea why that's not the default
  • Loading branch information
Atemu committed Nov 10, 2024
1 parent 43c991a commit c0e0013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pdbrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import rlcompleter
pdb.Pdb.complete=rlcompleter.Completer(locals()).complete

0 comments on commit c0e0013

Please sign in to comment.