Created
April 7, 2015 08:52
-
-
Save rm--/207b82ac6fcca0e287a3 to your computer and use it in GitHub Desktop.
sublime snippet for python debugger pdb
This file contains 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> | |
<scope>source.python</scope> | |
<tabTrigger>pdb</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment