pub async fn execute_command( proxy: &DebugProxy, args: &[String], stdout: Socket, stderr: Socket, ) -> Result<i32>
Executes a debug command with the given arguments over the FIDL proxy.