Skip to main content

wait_until_debugger_attached

Function wait_until_debugger_attached 

Source
pub fn wait_until_debugger_attached<T: Into<Option<Duration>>>(
    timeout: T,
) -> Result<(), &'static str>
Expand description

Block until a debugger attaches, or until the optional timeout elapses.