-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errors
Description
The help string for --pdbcls currently reads "start a custom interactive Python debugger on errors"
, which is a bit misleading because the flag only does start a debugger if --pdb
is passed. It looks like this was an accurate description when --pdbcls
implied --pdb
, but the help text wasn't updated when the flags were decoupled in #1952.
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errors