Skip to content

Instantly share code, notes, and snippets.

@seperman
Forked from jorgebastida/ipdb.sublime-snippet
Last active July 8, 2016 23:55
Show Gist options
  • Save seperman/07c0f338bee3b7f180b4 to your computer and use it in GitHub Desktop.
Save seperman/07c0f338bee3b7f180b4 to your computer and use it in GitHub Desktop.

Revisions

  1. seperman revised this gist Jul 8, 2016. No changes.
  2. Benito Jorge Bastida revised this gist Jun 15, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ipdb.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    <snippet>
    <content><![CDATA[import ipdb; ipdb.set.trace()]]></content>
    <content><![CDATA[import ipdb; ipdb.set_trace()]]></content>
    <tabTrigger>ipdb</tabTrigger>
    <scope>source.python</scope>
    <description>ipdb</description>
  3. Benito Jorge Bastida created this gist Jun 15, 2011.
    6 changes: 6 additions & 0 deletions ipdb.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <snippet>
    <content><![CDATA[import ipdb; ipdb.set.trace()]]></content>
    <tabTrigger>ipdb</tabTrigger>
    <scope>source.python</scope>
    <description>ipdb</description>
    </snippet>