summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/python-mode/pdb-set-trace4
1 files changed, 4 insertions, 0 deletions
diff --git a/snippets/python-mode/pdb-set-trace b/snippets/python-mode/pdb-set-trace
new file mode 100644
index 0000000..6f41e0e
--- /dev/null
+++ b/snippets/python-mode/pdb-set-trace
@@ -0,0 +1,4 @@
+# -*- mode: snippet -*-
+# key: pst
+# --
+import pdb; pdb.set_trace()$0