-
I am trying to develop an ApplicationPlugin. When I hook it in my "global" poetry install through
But I'd like to use PyCharm and its debugger... How can I use the e.g.:
I will of course dig on the best way to attach to the global poetry and then break in my code, but shouldn't the above work in some capacity? I also tried removing the global poetry just in case there was some weird conflict and nothing changed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems to work for me. If I activate the venv for my working copy of |
Beta Was this translation helpful? Give feedback.
-
There was probably something wrong in my environment 🤔 It seems to work now. Thanks for answering! |
Beta Was this translation helpful? Give feedback.
It seems to work for me. If I activate the venv for my working copy of
poetry-plugin-bundle
, which depends on Poetry so that Poetry itself also is in the venv, for example and runpoetry self show plugins
, I showspoetry-plugin-bundle
. (I do not have it installed for my global Poetry and thus, it is not shown if I do not activate the venv before.)