Skip to content

Instantly share code, notes, and snippets.

@townie
Created May 9, 2019 17:47
Show Gist options
  • Save townie/a8f5f6e3879360d8d691bb305f40b697 to your computer and use it in GitHub Desktop.
Save townie/a8f5f6e3879360d8d691bb305f40b697 to your computer and use it in GitHub Desktop.
sublimetext ipdb.snippet
<snippet>
<content><![CDATA[
import ipdb;ipdb.set_trace()
]]></content>
<!-- ipdb breakpoint snippet -->
<scope>source.python</scope>
<tabTrigger>ipdb</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment