diff options
Diffstat (limited to 'development/pudb/slack-desc')
-rw-r--r-- | development/pudb/slack-desc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/pudb/slack-desc b/development/pudb/slack-desc index 62e3fb05ce2c..1755e59e9e15 100644 --- a/development/pudb/slack-desc +++ b/development/pudb/slack-desc @@ -6,9 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pudb: pudb (A full-screen, console-based Python debugger) -pudb: -pudb: PuDB is a full-screen, console-based visual debugger for Python. +pudb: pudb (A console-based Python debugger) pudb: pudb: Its goal is to provide all the niceties of modern GUI-based debuggers pudb: in a more lightweight and keyboard-friendly package. PuDB allows you @@ -17,3 +15,5 @@ pudb: pudb: If you've worked with the excellent (but nowadays ancient) DOS-based pudb: Turbo Pascal or C tools, PuDB's UI might look familiar. pudb: +pudb: https://pypi.python.org/pypi/pudb +pudb: https://github.com/inducer/pudb |