Skip to main content

execute_command

Function execute_command 

Source
pub async fn execute_command(
    proxy: &DebugProxy,
    args: &[String],
    stdout: Socket,
    stderr: Socket,
) -> Result<i32>
Expand description

Executes a debug command with the given arguments over the FIDL proxy.