Skip to content

Instantly share code, notes, and snippets.

@jorgebastida
Created June 15, 2011 08:42
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jorgebastida/1026716 to your computer and use it in GitHub Desktop.
Save jorgebastida/1026716 to your computer and use it in GitHub Desktop.
Sublime text 2 ipdb snippet - import ipdb; ipdb.set.trace()
<snippet>
<content><![CDATA[import ipdb; ipdb.set_trace()]]></content>
<tabTrigger>ipdb</tabTrigger>
<scope>source.python</scope>
<description>ipdb</description>
</snippet>
@noodlebreak
Copy link

Thanks. This worked.
In previous installations of Sublime Text 3 with SublimePythonIDE and SublimeCodeIntel, it used to be available automatically.
Dunno what changed. Had to take this path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment