Skip to content
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

PDB++ does not load with flake8-helper #483

Open
MaxG87 opened this issue Apr 1, 2022 · 0 comments
Open

PDB++ does not load with flake8-helper #483

MaxG87 opened this issue Apr 1, 2022 · 0 comments

Comments

@MaxG87
Copy link

MaxG87 commented Apr 1, 2022

If flake8-helper is installed along with pdbpp, PDB++ does not start up.

Minimum working example:

conda create -yn mwe python==3.9 pip
conda activate mwe
python -m pip install pdbpp flake8-helper
python -c "breakpoint()"

One will see that only PDB is loaded, but not PDB++.

I am not sure whether this belongs to PDB++ or to flake8-helper, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant