Hi, I have a question about debugging in pycharm.
I followed the tutorial in the pants documentation but I’m tackling a problem, because pants run the code on a temp sandbox I can’t add path mappings to the pycharm debugger and I need to manually change it on every run.
A temporary solution I used is to turn of the sandbox (which I guess is not recommended) but this solution can’t work when running tests because there isn’t an option to disable the sandbox on tests.