<!-- See http://www.sublimetext.com/docs/snippets for more information -->
<snippet>
    <content><![CDATA[import ipdb; ipdb.set_trace()]]></content>
    <tabTrigger>ipdb</tabTrigger>
    <scope>source.python</scope>
    <description>ipdb debug tool</description>
</snippet>