about summary refs log blame commit diff
path: root/users/grfn/emacs.d/snippets/python-mode/pdb
blob: 41c6f87cbfc1a92cb827b8b59c4e2f3b76cd5934 (plain) (tree)
1
2
3
4
5
6
7

                       
           



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