https://pantsbuild.org/ logo
f

fresh-architect-74417

04/30/2021, 3:29 PM
Does anyone else here use PyCharm for development? Usually when I develop anything, I run the tests in PyCharm, then I run them by using pants. Therefore, it allows me to debug any piece of code.
h

happy-kitchen-89482

04/30/2021, 4:05 PM
I use PyCharm! When you say "run the tests in PyCharm" are you referring to running them using PyCharm as a debugger, or to triggering a run using the "Run" button in PyCharm?
For the latter: We don't have deep integration with PyCharm yet. But if anyone who understands how to write PyCharm plugins wants to add this, we'd be thrilled.
f

fresh-architect-74417

04/30/2021, 4:26 PM
I got the debugger working, thank you so much ^_^
h

happy-kitchen-89482

04/30/2021, 4:28 PM
Glad to hear it! I find the PyCharm debugger super useful