Skip to content

Instantly share code, notes, and snippets.

@banrahan
Last active December 20, 2015 19:28
Show Gist options
  • Select an option

  • Save banrahan/6183007 to your computer and use it in GitHub Desktop.

Select an option

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