about summary refs log tree commit diff
path: root/users/aspen/emacs.d/snippets/python-mode/pdb
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/emacs.d/snippets/python-mode/pdb')
-rw-r--r--users/aspen/emacs.d/snippets/python-mode/pdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/aspen/emacs.d/snippets/python-mode/pdb b/users/aspen/emacs.d/snippets/python-mode/pdb
new file mode 100644
index 0000000000..41c6f87cbf
--- /dev/null
+++ b/users/aspen/emacs.d/snippets/python-mode/pdb
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: pdb
+# uuid: pdb
+# key: pdb
+# condition: t
+# --
+import pdb; pdb.set_trace()
\ No newline at end of file