xcrun devicectl
has support for installing and launching apps but does it support launching a debugserver? I've tried xcrun devicectl device process launch /usr/libexec/debugserver
to no avail.
Is there something I'm missing or perhaps another tool that would let me start a debugserver from command line?