This is a general question, what's your local work...
# development
m
This is a general question, what's your local workflow with pants? What's your ide? Debug workflow? Do you have any interesting wrappers or integrations?
h
Good question! Everyone has their own tricks of course. I like to edit in PyCharm/IntelliJ and run Pants commands in the terminal. Running Pants with
--loop
is nice because as soon as I hit save in the IDE the build reruns.
And for debugging, the instructions here work well for me for running the PyCharm remote debugger against code and tests running in Pants: https://www.pantsbuild.org/docs/python-test-goal#running-tests-interactively