slackbuilds_ponce/development/pudb
Rudson R. Alves 697a4c02f6 development/pudb: Added (A full-screen, console-based Python debugger)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2013-06-30 14:20:24 -05:00
..
pudb.info development/pudb: Added (A full-screen, console-based Python debugger) 2013-06-30 14:20:24 -05:00
pudb.SlackBuild development/pudb: Added (A full-screen, console-based Python debugger) 2013-06-30 14:20:24 -05:00
README development/pudb: Added (A full-screen, console-based Python debugger) 2013-06-30 14:20:24 -05:00
slack-desc development/pudb: Added (A full-screen, console-based Python debugger) 2013-06-30 14:20:24 -05:00

PuDB is a full-screen, console-based visual debugger for Python.

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.