pub fn wait_until_debugger_attached<T: Into<Option<Duration>>>( timeout: T, ) -> Result<(), &'static str>
Block until a debugger attaches, or until the optional timeout elapses.