pub fn parse(
debugger_output: String,
expected_contents: Vec<&str>,
) -> Result<()>
Expand description
Parse the output of a debugger and verify that the expected contents are found. If content was expected in the debugger output that is not found, stop and return an error.