Skip to content

Allow troubleshooting with pdb #9349

@jaraco

Description

@jaraco

In #9348 (comment), I attempted to use pdb to debug an unhandled exception in pip, but when I did, found that pdb couldn't intercept the exception because pip handles all exceptions.

I suggest that pip should provide an alternate interface or (preferably) autodetect when pdb is involved and in this case not trap exceptions so that they might be intercepted by pdb.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions