@@ -0,0 +1,7 @@
+<!-- See http://www.sublimetext.com/docs/snippets for more information -->
+<snippet>
+    <content><![CDATA[import ipdb; ipdb.set_trace()]]></content>
+    <tabTrigger>ipdb</tabTrigger>
+    <scope>source.python</scope>
+    <description>ipdb debug tool</description>
+</snippet>
\ No newline at end of file