Skip to content

Instantly share code, notes, and snippets.

@rockdog
Created November 21, 2013 14:44
Show Gist options
  • Save rockdog/7582755 to your computer and use it in GitHub Desktop.
Save rockdog/7582755 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[import ipdb;ipdb.set_trace()]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>ipdb</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.python</scope>
<!-- Optional: Description to show in the menu -->
<description>Import IPython debugger</description>
</snippet>
@rockdog
Copy link
Author

rockdog commented Nov 21, 2013

Place it in ~/Library/Application Support/Sublime Text 3/Packages/User

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment