-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation] How to use pdb++ with pytest? #3412
Comments
GitMate.io thinks possibly related issues are #472 (skipif documentation has broken example using pytest.config), #390 (support pdb.set_trace() with pytest-xdist), #1894 (pytest 3.0.+ and unicode), #1932 (pytest --pdb is no longer working with Flask_testing), and #399 (Debug output is invisible when using pytest with pdb and pyreadline (Windows)). |
just install it and it will be used (i implemented the support for that trick for wheel based installs in pdb++) |
@RonnyPfannschmidt Does it work with |
@fkromer psb++ replaces pdb with a interesting hack, ipdb needs own support like from pytest-ipdb the default is always pdb usag |
Thanks, wasn't aware of that. I think this issue / question can be closed then. |
@blueyed currently i'm no longer working on pdb++ - it's terminal ux library is unmaintained and i haven't found another maintainer for that (pyrepl) |
Is there a way to use
pdb++
as debugger withpytest
? E.g. to use it as replacement for plain command line option--pdb
by adding the command line option--pdbcls=...
?The text was updated successfully, but these errors were encountered: