Skip to content

Instantly share code, notes, and snippets.

@DiKorsch
Created January 29, 2019 13:19
Show Gist options
  • Save DiKorsch/941951933805c886de437d5366527fc6 to your computer and use it in GitHub Desktop.
Save DiKorsch/941951933805c886de437d5366527fc6 to your computer and use it in GitHub Desktop.
<!-- save under "~/.config/sublime-text-3/Packages/User/pdb.sublime-snippet" -->
<snippet>
<content><![CDATA[import pdb; pdb.set_trace()]]></content>
<tabTrigger>pdb</tabTrigger>
<scope>source.python</scope>
<description>pdb debug tool</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment