Skip to content

Instantly share code, notes, and snippets.

@rm--
Created April 7, 2015 08:52
Show Gist options
  • Save rm--/207b82ac6fcca0e287a3 to your computer and use it in GitHub Desktop.
Save rm--/207b82ac6fcca0e287a3 to your computer and use it in GitHub Desktop.
sublime snippet for python debugger pdb
<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