Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 869 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 869 Bytes

Stand With Ukraine

License GPL 3 MELPA

emacs-pdb-capf

completion-at-point function for pdb (Python debugger)

Usage

Enable pdb completions for specific modes by adding pdb-capf to completion-at-point-functions, e.g. (for GUD):

(add-hook 'pdb-mode-hook
          (lambda ()
            (add-hook 'completion-at-point-functions
                      'pdb-capf nil t)))

Screenshot