Skip to main content

configure_exact_trace

Function configure_exact_trace 

Source
pub fn configure_exact_trace(command: &mut Command) -> Result<()>
Expand description

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.