Skip to content

Instantly share code, notes, and snippets.

@seperman
Created November 7, 2017 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seperman/36a0f79b91f0d9c665f310e48065984f to your computer and use it in GitHub Desktop.
Save seperman/36a0f79b91f0d9c665f310e48065984f to your computer and use it in GitHub Desktop.
pdb sublime snippet
<snippet>
<content><![CDATA[import pdb; pdb.set_trace()]]></content>
<tabTrigger>pdb</tabTrigger>
<scope>source.python</scope>
<description>pdb</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment