Hi
I've been using your project on my Apple MacBook M1.
I've been unable to get the builtin LLDB integration to work (it crashes), so I'd like to be able to run tests "directly", without isolating them into subprocess.
That is, instead of calling fork to spawn a subprocess, just execute the test directly without any isolation.
This would probably work best if you restrict to running only a single test.
Lldb itself works fine with a normal process, but it's difficult to debug subprocess right now (can't follow-fork).
Thanks!