Also debug the model besides the storage

This commit is contained in:
Julien Cretin
2021-09-25 15:43:20 +02:00
committed by Julien Cretin
parent fbca34b1d1
commit a3965eac2d
2 changed files with 9 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ pub fn fuzz(mut data: &[u8], debug: bool, stats: Option<&mut Stats>) {
driver.check().unwrap();
}
if fuzzer.debug {
println!("{:?}", driver.model().content());
println!("----------------------------------------------------------------------");
}
}