Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045462
en ru br
ALT Linux repos
S:1.10.2-alt1

Group :: Development/Python
RPM: pdb-clone

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.10.2-alt1
Build date: 13 december 2022, 08:35 ( 67.4 weeks ago )
Size: 70.48 Kb

Home page:   https://pypi.org/project/pdb-clone/

License: GPL-2.0
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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • pdb-clone
  • python-module-pdb-clone
  • python-module-pdb-clone-debuginfo
  • python3-module-pdb-clone
  • python3-module-pdb-clone-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin