Skip to content

Instantly share code, notes, and snippets.

@jorgebastida
Created June 15, 2011 08:42
Show Gist options
  • Select an option

  • Save jorgebastida/1026716 to your computer and use it in GitHub Desktop.

Select an option

Save jorgebastida/1026716 to your computer and use it in GitHub Desktop.

Revisions

  1. 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>
  2. 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>