Skip to content

Instantly share code, notes, and snippets.

@bengolder
Created January 13, 2017 19:02
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 bengolder/f18d7aa10d3119381ead2a4b3ca7247a to your computer and use it in GitHub Desktop.
Save bengolder/f18d7aa10d3119381ead2a4b3ca7247a to your computer and use it in GitHub Desktop.
ipd breakpoint shortcut for Sublime Text
<snippet>
<content><![CDATA[
import ipdb; ipdb.set_trace()
]]></content>
<tabTrigger>ipd</tabTrigger>
<scope>source.python</scope>
<description>import ipdb; ipdb.set_trace()</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment