tvl-depot/users/grfn/emacs.d/snippets/python-mode/pdb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
102 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: pdb
# uuid:
# key: pdb
# condition: t
# --
import pdb; pdb.set_trace()