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
#!/usr/bin/env python | |
""" | |
mate_pdb.py | |
Execute a script file in the debugger using breakpoints set | |
via Bookmarked Lines in TextMate. | |
Intended usage is to call from within a TextMate Command in | |
your Python bundle |