Skip to content

Instantly share code, notes, and snippets.

@ltvolks
ltvolks / mate_pdb.py
Created March 23, 2010 20:32
Use TextMate Bookmarks as PDB breakpoints
#!/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