Skip to content

Instantly share code, notes, and snippets.

@banrahan
Last active December 20, 2015 19:28
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 banrahan/6183007 to your computer and use it in GitHub Desktop.
Save banrahan/6183007 to your computer and use it in GitHub Desktop.
python breakpoint snippet for sublime
<snippet>
<content><![CDATA[
import pdb; pdb.set_trace()
]]></content>
<tabTrigger>pdb</tabTrigger>
<scope>source.python</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment