Created
September 21, 2018 21:09
-
-
Save cvlong/d7b4e11f455d66c3420ad333fa3b2d67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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