Skip to content

Instantly share code, notes, and snippets.

@noodlebreak
Forked from jorgebastida/ipdb.sublime-snippet
Created February 12, 2016 07:45
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 noodlebreak/bcfb8ad01353dc702960 to your computer and use it in GitHub Desktop.
Save noodlebreak/bcfb8ad01353dc702960 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