Is there a plugin for sublime text 2 for debugging python?

debugging, python, sublimetext2

Solution

Try to https://github.com/wuub/SublimeREPL, it use pdb to debug python,and easy to install by package controller

Problem

Is there a plugin for sublime text 2 for debugging python? Sublime Text is a great editor for python, but once the project gets too big, I have to use other IDEs (such as eclipse) for debugging. Do any of you Pythonists have a solution for this issue?

Original source