about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/python-mode/pdb
blob: 6b5c0bbc0a7395140b25cab5f783b4771fd19d90 (plain) (blame)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: pdb
# uuid:
# key: pdb
# condition: t
# --
import pdb; pdb.set_trace()