Package Details: python-pdbpp 0.10.3-2

Git Clone URL: https://aur.archlinux.org/python-pdbpp.git (read-only, click to copy)
Package Base: python-pdbpp
Description: pdb++, a drop-in replacement for pdb
Upstream URL: https://github.com/pdbpp/pdbpp
Licenses: BSD
Submitter: blueyed
Maintainer: blueyed
Last Packager: blueyed
Votes: 8
Popularity: 0.000012
First Submitted: 2016-09-04 00:10 (UTC)
Last Updated: 2021-12-13 17:53 (UTC)

Latest Comments

blueyed commented on 2019-09-22 14:45 (UTC)

@Kunda

The correct usage is python -m pdb foo.py - nothing specific to pdb++. You get the same error with python -m subprocess.py.

I recommend using pdbpp from master currently though (many fixes/improvements).

Kunda commented on 2019-09-21 21:27 (UTC)

$ python -m pdb.py foo.py 
/usr/bin/python: Error while finding module specification for 'pdb.py' (ModuleNotFoundError: __path__ attribute not found on 'pdb' while trying to find 'pdb.py')

Can the PKGBUILD have a note somewhere that lets the user know they need to put pdb.py in their path ?