wait for debugger

This commit is contained in:
Matthew Liu
2023-08-11 02:04:35 -07:00
parent a96f36b6f1
commit cf03afb310
2 changed files with 17 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
use std::ops::{Add, Mul};
use std::thread;
use std::time::Duration;
use sunscreen::{
types::{bfv::Signed, Cipher},
SchemeType::Bfv,
@@ -144,7 +142,5 @@ fn main() {
)
.unwrap();
*/
loop {
thread::sleep(Duration::from_secs(1));
}
runtime.wait_for_debugger();
}