Package pdb-clone: Information

    Binary package: pdb-clone
    Version: 1.10.1-alt2
    Architecture: x86_64
    Build time:  Apr 18, 2019, 06:55 PM in the task #225625
    Source package: pdb-clone
    Report package bug
    License: GPL
    Summary: A clone of pdb, fast and with the remote debugging and attach features
    Description: 
    Implement the most recent Python 3 features of pdb, as defined in the
    Python 3 pdb documentation. The pdb command line interface remains
    unchanged except for the new detach and thread pdb commands.
    
    Improve significantly pdb performance. With breakpoints, pdb-clone runs
    just below the speed of the interpreter while pdb runs 10 to 100 times
    slower than the interpreter, see Performances.
    
    Extend pdb with remote debugging. A remote debugging session may be
    started when the program stops at a pdb.set_trace_remote() hard-coded
    breakpoint, or at any time and multiple times by attaching to the
    process main thread. See RemoteDebugging
    
    Fix pdb long standing bugs entered in the Python issue tracker, see the
    News.
    
    Add a bdb comprehensive test suite (more than 70 tests) and run both pdb
    and bdb test suites.

    Maintainer: George V. Kouryachy


    Last changed


    Oct. 4, 2018 George V. Kouryachy 1.10.1-alt2
    - Remove python*(gdb) dependency
    Sept. 20, 2018 George V. Kouryachy 1.10.1-alt1
    - Autobuild version bump to 1.10.1
    March 22, 2018 Aleksei Nikiforov 1.10-alt1.1.1
    - (NMU) Rebuilt with python-3.6.4.