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