-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
type: enhancementImprovements to functionalityImprovements to functionality
Description
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
type: enhancementImprovements to functionalityImprovements to functionality