Does there exist something similar to `--debug-ada...
# general
a
Does there exist something similar to
--debug-adapter
from
pants test
when running PEXes, i.e. in a Docker container?
Hmm, seems like maybe it's possible to use something like https://github.com/microsoft/debugpy for this.
b
I think that’s what the pants flag is setting up internally, so you can presumably do it “manually” too… just with a bit more effort than passing a single flag