Created
May 9, 2019 17:47
-
-
Save townie/a8f5f6e3879360d8d691bb305f40b697 to your computer and use it in GitHub Desktop.
sublimetext ipdb.snippet
This file contains hidden or 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> | |
<!-- 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