diff options
Diffstat (limited to 'users/grfn/emacs.d/snippets/python-mode/pdb')
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/pdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/snippets/python-mode/pdb b/users/grfn/emacs.d/snippets/python-mode/pdb new file mode 100644 index 000000000000..6b5c0bbc0a73 --- /dev/null +++ b/users/grfn/emacs.d/snippets/python-mode/pdb @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pdb +# uuid: +# key: pdb +# condition: t +# -- +import pdb; pdb.set_trace() \ No newline at end of file |