Skip to content

Instantly share code, notes, and snippets.

@andresgutgon
Forked from jorgebastida/ipdb.sublime-snippet
Created October 12, 2012 12:56
Show Gist options
  • Save andresgutgon/3879076 to your computer and use it in GitHub Desktop.
Save andresgutgon/3879076 to your computer and use it in GitHub Desktop.
Sublime text 2 ipdb snippet - import ipdb; ipdb.set.trace()
<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