Skip to content

Instantly share code, notes, and snippets.

@seperman
Last active August 15, 2016 20:31
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 seperman/00f04c25b1374d7ac3883eab5d63b8c1 to your computer and use it in GitHub Desktop.
Save seperman/00f04c25b1374d7ac3883eab5d63b8c1 to your computer and use it in GitHub Desktop.
npdb.sublime-snippet Nosetest pdb npdb
<snippet>
<content><![CDATA[from nose.tools import set_trace; set_trace()]]></content>
<tabTrigger>npdb</tabTrigger>
<scope>source.python</scope>
<description>Nose pdb</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment