diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace new file mode 100644 index 0000000..f4e356f --- /dev/null +++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: trace +# key: tr +# uuid: tr +# group: debug +# -- +import pdb; pdb.set_trace()
\ No newline at end of file |