I don’t use the IDE debugger functionality, but it...
# general
a
I don’t use the IDE debugger functionality, but it’s been requested by one of my devs that we continue to support it. Has anyone managed to get this functionality to work with pants? /currently/ they can run tests with their IDE, but I think that’s just the result of moving from non-pants to pants and not changing the source. But given I’ve never used it, I’m really not sure how it works, or how it’d hook in with pants-managed systems.
f
What programming language?
h
And which IDE?
I've had success using PyCharm with Python remote debugging against a Pants-run test or process
a
pycharm running pytest tests.
h
Do those instructions work?
a
Haven't tried, but will report back when I can get the dev with a pycharm license to test it