Two things: - `test` and `run` now have `--debug-...
# general
b
Two things: •
test
and
run
now have
--debug-adapter
flag which if supported launches the relevant debug adapter. In this case though it's be launching the Python one, and not a native one (although that support could be added, but less useful in most cases) • You probably wanna run
./pants --no-proccess-cleanup test --force ...
And use the sandbox to run
gdb ...