Created
June 15, 2011 08:42
-
-
Save jorgebastida/1026716 to your computer and use it in GitHub Desktop.
Sublime text 2 ipdb snippet - import ipdb; ipdb.set.trace()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[import ipdb; ipdb.set_trace()]]></content> | |
<tabTrigger>ipdb</tabTrigger> | |
<scope>source.python</scope> | |
<description>ipdb</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.