Sublime Text Python Breakpoints This is a Sublime Text plugin allowing to quickly set Python breakpoints by injecting set_trace() call of pdb or other debugger of your choice. Features breakpoint color highlighting, gutter icons auto indentation, auto save on toggle (off by default, configurable) your source file stores all breakpoints; plugin detects and recreates them on next load support for us

