Projects STRLCPY jscythe Commits f1b1cd98
🤬
  • ■ ■ ■ ■ ■ ■
    src/main.rs
    skipped 72 lines
    73 73   )
    74 74   .map_err(|e| format!("could not send SIGUSR1 signal: {:?}", e))?;
    75 75   
     76 + println!("waiting 3 seconds for the debugger to start ...");
     77 + 
    76 78   // give the debugger some time to start
    77 79   std::thread::sleep(std::time::Duration::from_secs(3));
    78 80   
    skipped 133 lines
Please wait...
Page is in error, reload to recover