Does anyone else here use PyCharm for development?...
# development
f
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
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
I got the debugger working, thank you so much ^_^
h
Glad to hear it! I find the PyCharm debugger super useful