Setting --pdbclass should not enable --pdb #2365
Labels
good first issue
easy issue that is friendly to new contributor
status: help wanted
developers would like help from experts on this topic
type: bug
problem that needs to be addressed
Currently when you pass the
--pdbcls
option, the--pdb
behavior is automatically enabled. This is not intuitive. I want to be able to set--pdbcls=IPython.core.debugger:Pdb
in mysetup.cfg
without always using the debugger when I run tests.The problem appears to lie here:
Debugger behavior is enabled even if
--pdb
is not necessarily passed.Would the maintainers be open to changing this?
The text was updated successfully, but these errors were encountered: