Package that utilizes pdm as build backend cannot be debugged with breakpoints in PyCharm #2873
Unanswered
CaptainDriftwood
asked this question in
Q&A
Replies: 1 comment
-
I use VSCode and everything works fine, it has nothing to do with the build backend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use PyCharm as my IDE of choice, and one thing I have noticed is that packages built using the PDM backend, that are installed either editable or as a regular dependency, will not have any associated breakpoints get hit with the PyCharm debugger. Regular packages installed via PyPi work as expected (as well as std lib packages / modules). Could this be something to do with how my
pyproject.toml
file is structured? As an example, here is what mypyproject.toml
looks like:Beta Was this translation helpful? Give feedback.
All reactions