Skip to content

Instantly share code, notes, and snippets.

@cvlong
Created September 21, 2018 21:09
Show Gist options
  • Save cvlong/d7b4e11f455d66c3420ad333fa3b2d67 to your computer and use it in GitHub Desktop.
Save cvlong/d7b4e11f455d66c3420ad333fa3b2d67 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[import pdb; pdb.set_trace()]]></content>
<tabTrigger>pdb</tabTrigger>
<scope>source.python</scope>
<description>import pdb</description>
</snippet>
<!-- USAGE -->
<!-- 1. Go to Tools -> New Snippet -->
<!-- 2. Copy/Paste this entire file -->
<!-- 3. Hit save -->
<!-- 4. Name it importpdb.sublime-snippet -->
<!-- 5. Save it under packages/user/ in sublime folder -->
<!-- Type `pdb` to use the snippet! -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment