pdbr
pdbr copied to clipboard
Cannot use quit from pytest --pdb
I use pdbr together with pytest. I have set up the ini option in pyproject.toml with:
[tool.pytest.ini_options]
addopts = "--pdbcls=pdbr:RichPdb"
However, when I drop into the debugger, I cannot leave with q or quit, I get this output:
*** Exit in onecmd('q'): Quitting debugger
Other pdb commands like c or h are still working.