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