aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pudb
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.93.1Martin Wilke2011-03-093-5/+6
| | | | | | | | PR: 154817 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=270569
* - Update to 0.92.15Yi-Jheng Lin2010-01-242-4/+4
| | | | | | | | | PR: ports/143123 Submitted by: Gea-Suan Lin <gslin AT gslin.org> Approved by: lwhsu/rafan (mentors, implicit) Notes: svn path=/head/; revision=248454
* PuDB is a full-screen, console-based visual debugger for Python.Martin Wilke2009-11-044-0/+75
Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar. WWW: http://pypi.python.org/pypi/pudb/ PR: ports/140166 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=243747