diff options
Diffstat (limited to 'cpp/050scenario')
-rw-r--r-- | cpp/050scenario | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/050scenario b/cpp/050scenario index 199fd692..ab057ccc 100644 --- a/cpp/050scenario +++ b/cpp/050scenario @@ -18,7 +18,7 @@ for (size_t i = 0; i < Scenarios.size(); ++i) { setup(); Trace_file = Scenarios[i].name; START_TRACING_UNTIL_END_OF_SCOPE -//? Trace_stream->dump_layer = "all"; //? 1 +//? Trace_stream->dump_layer = "all"; //? 2 //? cout << "before: " << Memory[1] << '\n'; //? 1 //? Trace_stream->dump_layer = "all"; //? 1 //? cout << "Before:\n"; dump_memory(); //? 1 |