Skip to content

Option to run tests directly, without spawning subprocesses (single test mode?) #417

@Techcable

Description

@Techcable

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions