Hi,
I made a clone of http://pypi.python.org/pypi/PdbTextMateSupport that works with Sublime Text 2: http://pypi.python.org/pypi/PdbSublimeTextSupport
This lets you see the current line being debugged in an active Python debugger (PDB) session live in Sublime Text as you step through.
It is a bit fiddly to install, but seems to work. Code here: https://github.com/optilude/PdbSublimeTextSupport
Cheers,
Martin