Skip to content

Instantly share code, notes, and snippets.

@seperman
Forked from jorgebastida/ipdb.sublime-snippet
Last active July 8, 2016 23:55
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/07c0f338bee3b7f180b4 to your computer and use it in GitHub Desktop.
Save seperman/07c0f338bee3b7f180b4 to your computer and use it in GitHub Desktop.
Sublime text 2 ipdb snippet
<snippet>
<content><![CDATA[import ipdb; ipdb.set_trace()]]></content>
<tabTrigger>ipdb</tabTrigger>
<scope>source.python</scope>
<description>ipdb</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment