summaryrefslogtreecommitdiffstats
path: root/development/pudb/README
blob: 646d1f27367a6126853f314fc6469c440dccbe5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.

OPTIONS

Unless specified, both python2 and python3 versions will be built.

To *ONLY* build the python2 version, use:

PYTHON3=no ./pudb.SlackBuild

To *ONLY* build the python3 version, use:

PYTHON2=no ./pudb.SlackBuild

#####################################################################

GETTING STARTED

Please see starting.rst usage.rst misc.rst and shells.rst in
/usr/doc/pudb-$VERSION to get started, and also -

Online docs:

https://documen.tician.de/pudb/

A simple, but useful, illustrated example page:

http://heather.cs.ucdavis.edu/~matloff/pudb.html