pub fn configure_exact_trace(command: &mut Command) -> Result<()>
Arrange for a successful exec to stop the child before user code runs. No pre-exec SIGSTOP is used: that would deadlock Command::spawn’s exec error pipe.
exec
Command::spawn